-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 986 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
{
"name": "thorsten-weber-co",
"description": "blog",
"version": "0.0.1",
"author": "",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com//thorsten-weber-co/issues",
"dependencies": {
"loader-utils": "^1.1.0",
"reshape-standard": "^1.0.0",
"spike": "^1.3.0",
"spike-collections": "^1.0.2",
"spike-css-standards": "^1.0.0",
"spike-js-standards": "^2.0.1",
"spike-page-id": "^1.0.0",
"webpack": "^2.3.3"
},
"devDependencies": {
"ava": "^0.19.0",
"rimraf": "^2.6.0",
"snazzy": "^6.0.0",
"spike-core": "^1.0.0",
"standard": "^10.0.0"
},
"homepage": "https://github.com//thorsten-weber-co",
"main": "app.js",
"private": true,
"repository": "https://github.com//thorsten-weber-co",
"scripts": {
"compile": "spike compile",
"watch": "spike watch",
"lint": "standard | snazzy",
"precommit": "npm run lint -s",
"pretest": "npm run lint -s",
"test": "NODE_ENV=test ava"
}
}