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
40 lines (40 loc) · 974 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 974 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
40
{
"name": "webcola",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-typescript": "~0.2.7",
"grunt-umd": "~1.7.3",
"load-grunt-tasks": "~0.4.0",
"typescript": "~0.9.5",
"uglifyjs": "~2.3.6",
"async": "~0.6.2"
},
"description": "WebCola =======",
"main": "Gruntfile.js",
"dependencies": {},
"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"
}