-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.68 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
{
"name": "torusvis",
"version": "0.1.0",
"description": "general purpose graph visualization library",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"bluebird": "^2.3.10",
"browserify": "^8.1.3",
"bundleware": "git://tucanca.ncsa.illinois.edu/bundleware.git",
"chalk": "^0.5.1",
"express": "^4.10.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.3.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-csslint": "^0.3.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.19",
"grunt-init": "^0.3.2",
"grunt-mkdir": "^0.1.2",
"grunt-natural-docs": "^0.1.1",
"grunt-node-inspector": "^0.1.5",
"grunt-symlink": "^0.4.0",
"jquery": "^2.1.1",
"jshint-stylish": "^1.0.0",
"log-symbols": "^1.0.1",
"minifyify": "^4.4.0",
"mocha": "^2.0.1",
"oboe": "^2.0.2",
"opn": "^1.0.1",
"string-length": "^1.0.0",
"text-table": "^0.2.0",
"three": "0.66.31"
},
"scripts": {
"test": "./node_modules/.bin/tv-test",
"build": "./node_modules/.bin/tv-build",
"tags": "./node_modules/.bin/tv-tags",
"docs": "./node_modules/.bin/tv-docs",
"demo": "./node_modules/.bin/tv-demo",
"clean": "rm -rf build tags"
},
"repository": {
"type": "git",
"url": "git://tucanca.ncsa.illinois.edu/torusvis.git"
},
"keywords": [
"visualization",
"graphs"
],
"author": "Omar Padron",
"license": "NCSA",
"optionalDependencies": {
"jquery": "^2.1.1",
"three": "0.66.31"
}
}