forked from tgdwyer/WebCola
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "webcola",
"version": "3.1.3",
"devDependencies": {
"async": "~0.6.2",
"d3": "^3.5.5",
"dts-generator": "^1.5.0",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-lib-phantomjs": "^0.7.1",
"grunt-typescript": "^0.8.0",
"grunt-umd": "~1.7.3",
"load-grunt-tasks": "~0.4.0",
"qunitjs": "^1.18.0",
"typedoc": "^0.3.12",
"typescript": "^1.7.3",
"uglify-js": "^2.4.16"
},
"description": "WebCola =======",
"main": "WebCola/index.js",
"typescript": {
"definition": "WebCola/index.d.ts"
},
"scripts": {
"test": "grunt full"
},
"repository": {
"type": "git",
"url": "https://github.com/tgdwyer/WebCola.git"
},
"keywords": [
"Graph",
"Layout",
"Constraints",
"Optimization"
],
"author": "Tim Dwyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/tgdwyer/WebCola/issues"
},
"homepage": "https://github.com/tgdwyer/WebCola"
}