-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 849 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
39
40
{
"name": "vue-async-methods",
"version": "0.9.1",
"description": "Vue async methods support",
"license": "MIT",
"repository": "mokkabonna/vue-async-methods",
"author": {
"name": "Martin Hansen",
"email": "[email protected]",
"url": "martinhansen.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "eslint . && mocha test",
"develop": "mocha test --watch"
},
"files": [
"index.js"
],
"keywords": [
""
],
"dependencies": {},
"devDependencies": {
"ava": "^0.20.0",
"chai": "^4.1.2",
"decache": "^4.1.0",
"eslint": "^4.7.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.5.3",
"nyc": "^11.0.0",
"sinon": "^3.3.0",
"vue": "^2.4.4",
"xo": "^0.18.2"
}
}