forked from DavidDurman/joint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.29 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.29 KB
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
83
84
85
{
"name": "jointjs",
"title": "JointJS",
"description": "JavaScript diagramming library",
"keywords": [
"diagram",
"flowchart",
"graph",
"visualization"
],
"scripts": {
"test": "grunt test"
},
"version": "2.1.3",
"main": "./dist/joint.min.js",
"style": "./dist/joint.min.css",
"types": "./dist/joint.d.ts",
"homepage": "http://jointjs.com",
"author": {
"name": "client IO",
"url": "http://client.io"
},
"contributors": [
"David Durman <david@client.io> (https://github.com/DavidDurman)",
"Roman Bruckner <roman@client.io> (https://github.com/kumilingus)",
"Vladimir Talas <lades@client.io> (https://github.com/vtalas)",
"Zbynek Stara <zbynek@client.io> (https://github.com/zbynekstara)"
],
"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": {
"@types/backbone": "1.3.37",
"@types/jquery": "3.2.15",
"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-env": "0.4.4",
"grunt-eslint": "21.0.0",
"grunt-mocha-test": "0.12.7",
"grunt-newer": "1.2.0",
"grunt-shell": "1.3.0",
"grunt-webpack": "3.0.2",
"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",
"qunitjs": "2.4.0",
"selenium-standalone": "5.1.0",
"serve-static": "1.11.1",
"should": "11.0.0",
"sinon": "1.17.5",
"time-grunt": "1.4.0",
"typescript": "2.5.3",
"webdriverio": "4.0.8",
"webpack": "2.6.1",
"webpack-dev-server": "2.4.0"
}
}