-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.78 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.78 KB
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
{
"name": "ilandom",
"version": "0.0.4",
"homepage": "http://www.tsouk.com/html2graph",
"scripts": {
"start": "node ./bin/www",
"bundle-ngraph": "browserify src/entry_points/index.js > public/javascripts/ngraph.bundles/bundle.js && browserify src/entry_points/index.three.js > public/javascripts/ngraph.bundles/bundle.three.js",
"watchify": "watchify src/entry_points/index.three.js -o public/javascripts/ngraph.bundles/bundle.three.js --verbose",
"build-sigma": "grunt build",
"dev": "concurrently --names \"WATCHIFY,EXPRESS-SERVER\" -c \"bgBlue.bold,bgGreen.bold\" \"npm run watchify\" \"npm run start\""
},
"main": "./bin/www",
"repository": {
"type": "git",
"url": "https://github.com/tsouk/ilandom.git"
},
"dependencies": {
"body-parser": "^1.13.3",
"compression": "^1.7.1",
"cookie-parser": "~1.3.5",
"debug": "~2.6.9",
"element-class": "^0.2.2",
"express": "~4.13.1",
"grunt-npm-command": "^0.1.2",
"hbs": "~3.1.0",
"insert-css": "^2.0.0",
"jsdom": "^8.1.0",
"lodash": "^4.17.13",
"lru-cache": "^4.1.1",
"morgan": "~1.6.1",
"ngraph.events": "0.0.4",
"ngraph.forcelayout": "^0.2.1",
"ngraph.forcelayout3d": "0.0.16",
"ngraph.graph": "0.0.14",
"ngraph.three": "tsouk/ngraph.three",
"pixel.layout": "^0.1.2",
"prettyjson": "^1.1.3",
"request": "^2.69.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.5",
"three": "^0.89.0",
"three.fly": "^0.1.6",
"validator": "^5.1.0",
"winston": "^2.4.0"
},
"engines": {
"node": "6.11.4",
"npm": "5.6.0"
},
"devDependencies": {
"browserify": "^16.0.0",
"concurrently": "^3.5.1",
"grunt": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-run-grunt": "^0.1.4",
"watchify": "^3.10.0"
}
}