-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 KB
/
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": "is-it-wednesday-my-dudes",
"description": "Is it wednesday my dudes?",
"version": "0.0.1",
"author": "synj24",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/synj24/is-it-wednesday-my-dudes/issues",
"dependencies": {
"reshape-standard": "^3.0.0",
"spike": "^2.2.1",
"spike-css-standards": "^3.0.0",
"spike-js-standards": "^2.0.2",
"spike-optimize": "^0.1.2",
"spike-page-id": "^1.0.0",
"sugarml": "^0.6.0",
"sugarss": "^1.0.0"
},
"devDependencies": {
"ava": "^0.19.1",
"rimraf": "^2.6.1",
"snazzy": "^7.0.0",
"standard": "^10.0.2"
},
"homepage": "https://github.com/synj24/is-it-wednesday-my-dudes",
"main": "app.js",
"private": true,
"repository": "https://github.com/synj24/is-it-wednesday-my-dudes",
"scripts": {
"lint": "standard | snazzy",
"precommit": "npm run lint -s",
"pretest": "npm run lint -s",
"test": "NODE_ENV=test ava",
"start": "spike watch",
"build": "spike compile",
"prod": "NODE_ENV=production spike compile -e production"
}
}