-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.16 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
53
{
"name": "rails-dashboard",
"version": "0.2.0",
"description": "",
"bin": "bin/rails-dashboard.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir lib",
"prepare": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/y-takey/rails-dashboard.git"
},
"keywords": [
"react",
"rails",
"blessed",
"dev-tool"
],
"author": "y-takey",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-takey/rails-dashboard/issues"
},
"homepage": "https://github.com/y-takey/rails-dashboard#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
},
"dependencies": {
"blessed": "^0.1.81",
"chalk": "^2.1.0",
"commander": "^2.11.0",
"cross-spawn": "^5.1.0",
"lodash": "^4.17.4",
"react": "0.14.0",
"react-blessed": "^0.1.8",
"request": "^2.81.0"
},
"babel": {
"presets": [
"es2015",
"stage-0",
"stage-2",
"react"
]
}
}