forked from clientIO/joint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 854 Bytes
/
bower.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
{
"name": "jointjs",
"description": "JavaScript diagramming library",
"main": [
"dist/joint.js",
"dist/joint.css"
],
"ignore": [
"*",
"!dist/**"
],
"moduleType": [
"globals",
"amd",
"node"
],
"license": "MPL-2.0",
"authors": [
"David Durman <daviddurman@gmail.com> (https://github.com/DavidDurman)",
"Roman Bruckner <bruckner.roman@gmail.com> (https://github.com/kumilingus)",
"Emanuele Palombo <emanuele@client.io> (https://github.com/elbowz)",
"Charles Hill <chill@degreesofzero.com> (https://github.com/chill117)",
"Daniel K. (https://github.com/FredyC)",
"Vladimir Talas (https://github.com/vtalas)",
"Petr Skala (https://github.com/pskala)"
],
"dependencies": {
},
"devDependencies": {
"blanket": "1.1.7",
"qunit": "1.21.0",
"requirejs": "2.1.22"
}
}