forked from tgdwyer/WebCola
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.52 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": "webcola",
"version": "3.3.8",
"devDependencies": {
"@types/d3": "^4.5.0",
"@types/jquery": "^2.0.40",
"async": "~0.6.2",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"d3": "^4.5.0",
"d3-zoom": "^1.1.4",
"dts-generator": "^2.0.0",
"fullscreen": "^1.1.0",
"graphlib-dot": "^0.6.2",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-ts": "^6.0.0-beta.17",
"grunt-typedoc": "^0.2.4",
"grunt-umd": "~1.7.3",
"jquery": "^3.1.1",
"load-grunt-tasks": "~0.4.0",
"qunit": "^2.5.0",
"tsify": "^2.0.8",
"typedoc": "^0.5.10",
"typescript": "^2.6.1",
"uglify-js": "^2.4.16"
},
"description": "WebCola =======",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"test": "grunt full",
"prepublish": "grunt ts:commonjs browserify:dist uglify"
},
"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",
"dependencies": {
"d3-dispatch": "^1.0.3",
"d3-drag": "^1.0.4",
"d3-timer": "^1.0.5"
}
}