-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 984 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": "ignite-AutoRnApp",
"description": "A description of your plugin.",
"version": "1.1.0",
"license": "MIT",
"author": {
"name": "Your Name",
"email": "[email protected]",
"url": "https://example.com/path/to/your/plugin"
},
"scripts": {
"lint": "standard",
"test": "ava",
"watch": "ava --watch",
"coverage": "nyc ava",
"shipit": "np"
},
"standard": {
"parser": "babel-eslint"
},
"url": "https://example.com/path/to/your/plugin",
"repository": "githuborg/reponame",
"devDependencies": {
"ava": "^0.18.2",
"babel": "^6.23.0",
"babel-eslint": "^7.1.1",
"babel-jest": "^20.0.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"fs-jetpack": "^1.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"np": "^2.12.0",
"nyc": "^10.1.2",
"regenerator-runtime": "^0.10.5",
"sinon": "^1.17.7",
"standard": "^8.6.0",
"tempy": "^0.1.0"
}
}