-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.26 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
{
"name": "skilltree",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superlaza/skilltree.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/superlaza/skilltree/issues"
},
"homepage": "https://github.com/superlaza/skilltree#readme",
"dependencies": {
"browser-request": "^0.3.3",
"coffee-script": "^1.10.0",
"d3": "^3.5.17",
"express": "^4.13.4",
"falcor-express": "^0.1.2",
"falcor-router": "^0.4.0",
"immutable": "^3.8.1",
"jquery": "^2.2.4",
"jquery-ui": "^1.10.5",
"neo4j": "^2.0.0-RC2",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"request": "^2.72.0",
"webcola": "git+https://github.com/tgdwyer/WebCola.git",
"webpack-livereload-plugin": "^0.8.1"
},
"devDependencies": {
"cjsx-loader": "^3.0.0",
"coffee-loader": "^0.7.2",
"jsx-loader": "^0.13.2",
"nodemon": "^1.9.2",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"webpack": "^1.13.1",
"webpack-livereload-plugin": "^0.8.1"
}
}