-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
67 lines (67 loc) · 1.71 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "pmviz",
"version": "1.0.0",
"description": "Visualization of common package managers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "mkdir -p ./build && cp ./src/index.html ./build/ && webpack -p --config webpack.production.config.js",
"start": "PORT=8081 node dev-server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/anvaka/pm.git"
},
"keywords": [
"ngraph",
"visualization",
"package",
"managers",
"npm",
"bower",
"cpan",
"composer",
"go"
],
"author": "Andrei Kashcha",
"license": "MIT",
"bugs": {
"url": "https://github.com/anvaka/pm/issues"
},
"homepage": "https://github.com/anvaka/pm",
"devDependencies": {
"express": "^4.12.3",
"ngraph.generators": "0.0.15",
"react-hot-loader": "^1.2.7",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"babel-core": "^5.2.17",
"babel-loader": "^5.0.0",
"bluebird": "^2.9.25",
"bootstrap": "^3.3.4",
"css-loader": "^0.12.0",
"extract-text-webpack-plugin": "^0.8.0",
"file-loader": "^0.8.1",
"history": "^1.17.0",
"keymirror": "^0.1.1",
"less": "^2.5.0",
"less-loader": "^2.2.0",
"maco": "^2.0.3",
"ngraph.events": "0.0.3",
"node-libs-browser": "^0.5.0",
"qs": "^4.0.0",
"rafor": "^1.0.2",
"react": "^0.14.5",
"react-bootstrap": "^0.28.1",
"react-dom": "^0.14.5",
"react-list": "^0.7.10",
"react-router": "^1.0.3",
"style-loader": "^0.12.2",
"three.orientation": "^1.1.0",
"unrender": "git+https://github.com/anvaka/unrender.git",
"url-loader": "^0.5.5",
"webgl-enabled": "^1.0.3",
"webpack": "^1.9.11"
}
}