-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 904 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
{
"name": "myofis",
"description": "myofis",
"version": "0.0.1",
"author": "myofis",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/myofis/myofis/issues",
"dependencies": {
"babel-preset-latest": "^6.22.0",
"hard-source-webpack-plugin": "0.3.8",
"image-webpack-loader": "^3.1.0",
"reshape-standard": "^0.5.0",
"spike-css-standards": "^0.2.0",
"spike-page-id": "^0.1.0",
"webpack": "^1.14.0"
},
"devDependencies": {
"ava": "^0.17.0",
"rimraf": "^2.5.4",
"snazzy": "^6.0.0",
"spike-core": "^0.13.3",
"standard": "^8.6.0"
},
"homepage": "https://github.com/myofis/myofis",
"main": "app.js",
"private": true,
"repository": "https://github.com/myofis/myofis",
"scripts": {
"lint": "standard | snazzy",
"precommit": "npm run lint -s",
"pretest": "npm run lint -s",
"test": "NODE_ENV=test ava"
}
}