forked from prabakaran-rangasamy-zz/joint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 831 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
{
"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",
"requirejs": "2.1.22"
}
}