-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 923 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "vuex-action-reload",
"version": "1.0.1",
"description": "A vuex plugin that reloads actions when a condition is met",
"main": "dist/vuex-action-reload.js",
"scripts": {
"build": "babel src/plugin.js --out-file dist/vuex-action-reload.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/chlab/vuex-action-reload.git"
},
"keywords": [
"vue",
"vuex",
"vuejs",
"vue2"
],
"author": "Christof Leuenberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/chlab/vuex-action-reload/issues"
},
"homepage": "https://github.com/chlab/vuex-action-reload#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"jest": "^21.0.1",
"vue": "^2.4.2",
"vuex": "^2.4.0"
},
"dependencies": {},
"peerDependencies": {
"vue": "^2.0.0",
"vuex": "^2.0.0"
}
}