-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1009 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1009 Bytes
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
{
"name": "cap",
"version": "1.0.0",
"description": "[Heroku link][heroku]",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"postinstall": "./node_modules/.bin/webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danherr/cap.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danherr/cap/issues"
},
"homepage": "https://github.com/danherr/cap#readme",
"engines": {
"node": "4.1.1",
"npm": "2.1.x"
},
"dependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-react": "^6.3.13",
"classnames": "^2.2.3",
"flux": "^2.1.1",
"history": "^1.17.0",
"react": "^0.14.6",
"react-addons-linked-state-mixin": "^0.14.6",
"react-dom": "^0.14.6",
"react-router": "^1.0.3",
"underscore": "^1.8.3",
"webpack": "^1.12.12"
}
}