forked from clientIO/joint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.29 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
74
75
76
77
78
79
80
81
82
{
"name": "jointjs",
"title": "JointJS",
"description": "JavaScript diagramming library",
"keywords": [
"diagram",
"flowchart",
"graph",
"visualization"
],
"scripts": {
"test": "grunt test"
},
"version": "1.0.3",
"main": "./dist/joint.min.js",
"style": "./dist/joint.min.css",
"homepage": "http://jointjs.com",
"author": {
"name": "client IO",
"url": "http://client.io"
},
"contributors": [
"David Durman <[email protected]> (https://github.com/DavidDurman)",
"Roman Bruckner <[email protected]> (https://github.com/kumilingus)",
"Emanuele Palombo <[email protected]> (https://github.com/elbowz)",
"Charles Hill <[email protected]> (https://github.com/chill117)",
"Daniel K. (https://github.com/FredyC)",
"Vladimir Talas (https://github.com/vtalas)",
"Petr Skala (https://github.com/pskala)"
],
"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.3.3",
"dagre": "0.7.4",
"graphlib": "1.0.7",
"jquery": "3.1.1",
"lodash": "3.10.1"
},
"devDependencies": {
"async": "2.0.1",
"chai": "3.5.0",
"cheerio": "0.20.0",
"express": "4.14.0",
"grunt": "1.0.1",
"grunt-browserify": "5.0.0",
"grunt-compile-docs": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-csslint": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-qunit": "1.2.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0",
"grunt-mocha-test": "0.12.7",
"grunt-newer": "1.2.0",
"grunt-shell": "1.3.0",
"grunt-webpack": "1.0.14",
"handlebars": "4.0.5",
"load-grunt-tasks": "3.5.0",
"mocha": "2.5.3",
"open-sans-fontface": "https://github.com/clientIO/open-sans/archive/1.4.2.tar.gz",
"phantomjs-prebuilt": "2.1.7",
"prismjs": "1.5.1",
"selenium-standalone": "5.1.0",
"serve-static": "1.11.1",
"should": "11.0.0",
"sinon": "1.17.5",
"time-grunt": "1.4.0",
"webdriverio": "4.0.8",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
}
}