-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "shinkansen-pantograph",
"version": "0.0.7",
"description": "Shinkansen Pantograph",
"main": "./index.js",
"keywords": [
"Shinkansen",
"Pantograph",
"Zashiki Karakuri",
"React",
"Router"
],
"repository": {
"type": "git",
"url": "git@github.com/modernpoacher/Shinkansen.Pantograph.git"
},
"author": "Jonathan Perry for Modern Poacher Limited",
"license": "MIT",
"engines": {
"node": ">=7.0.0"
},
"scripts": {
"prepublishOnly": "npm run babel",
"build": "bash index.sh; npm run babel",
"babel": "babel src -d lib",
"babel:watch": "npm run babel -- -w",
"lint": "eslint src",
"lint:fix": "npm run lint -- --fix"
},
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"shinkansen-rails": "0.0.7",
"shinkansen-signals": "0.0.7"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"eslint": "^4.8.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}