-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 794 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 794 Bytes
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
{
"name": "spike-basic",
"description": "so basic",
"version": "0.0.1",
"author": "jescalan",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/jescalan/spike-basic/issues",
"dependencies": {
"babel-preset-env": "^1.3.2",
"reshape-standard": "^1.0.0",
"spike-css-standards": "^1.0.0"
},
"devDependencies": {
"ava": "^0.19.0",
"rimraf": "^2.6.1",
"snazzy": "^7.0.0",
"spike-core": "^1.0.0",
"standard": "^10.0.0"
},
"homepage": "https://github.com/jescalan/spike-basic",
"main": "app.js",
"private": "true",
"repository": "https://github.com/jescalan/spike-basic",
"scripts": {
"lint": "standard | snazzy",
"precommit": "npm run lint -s",
"pretest": "npm run lint -s",
"test": "NODE_ENV=test ava"
}
}