forked from tgdwyer/WebCola
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 908 Bytes
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
{
"name": "webcola",
"version": "3.0.1",
"devDependencies": {
"async": "~0.6.2",
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-typescript": "^0.6.1",
"grunt-umd": "~1.7.3",
"load-grunt-tasks": "~0.4.0",
"typedoc": "^0.3.2",
"typescript": "~1.4.1",
"uglify-js": "^2.4.16"
},
"description": "WebCola =======",
"main": "WebCola/cola.min.js",
"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"
}