forked from clientIO/joint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.6 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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "jointjs",
"title": "JointJS",
"description": "JavaScript diagramming library",
"keywords": [
"diagram",
"flowchart",
"graph",
"visualization"
],
"scripts": {
"test": "make test"
},
"version": "0.9.4",
"homepage": "http://jointjs.com",
"author": {
"name": "client IO",
"url": "http://client.io"
},
"contributors": [
{
"name": "David Durman",
"email": "[email protected]"
},
{
"name": "Roman Bruckner",
"email": "[email protected]"
},
{
"name": "Emanuele Palombo",
"email": "[email protected]"
},
{
"name": "Charles Hill",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/clientIO/joint.git"
},
"bugs": {
"url": "https://github.com/clientIO/joint/issues"
},
"license": "MPL 2.0",
"dependencies": {
"backbone": "1.2.1",
"jquery": "2.1.3",
"lodash": "3.10.1",
"graphlib": "1.0.7",
"dagre": "0.7.4"
},
"devDependencies": {
"express": "4.13.0",
"grunt": "~0.4.1",
"grunt-browserify": "3.7.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-jscs": "~1.6.0",
"grunt-mocha-test": "0.12.7",
"grunt-newer": "1.1.0",
"grunt-webpack": "^1.0.11",
"load-grunt-tasks": "3.2.0",
"mocha": "1.21.5",
"serve-static": "1.10.0",
"should": "~2.0.2",
"time-grunt": "^1.2.1"
}
}