-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 868 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
{
"name": "suburi-20161231",
"version": "1.0.0",
"author": "OKUNOKENTARO <[email protected]>",
"ava": {
"require": [
"babel-register"
]
},
"devDependencies": {
"ava": "^0.17.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"eslint": "^3.12.2",
"eslint-plugin-flowtype": "^2.29.2",
"flow-bin": "^0.37.4",
"webpack": "^2.2.0-rc.3",
"webpack-dev-server": "^2.2.0-rc.0"
},
"license": "MIT",
"main": "index.js",
"repository": "[email protected]:armorik83/suburi-20161231.git",
"scripts": {
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"start": "webpack-dev-server",
"test": "ava",
"typecheck": "flow"
}
}