forked from ow2-proactive/studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
26 lines (26 loc) · 869 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
{
"name": "studio",
"private": true,
"dependencies": {
"modernizr": "~2.6.2",
"jquery": "~2.0.3",
"jsplumb": "~1.7.2",
"backbone-forms": "~0.14.0",
"backbone.bootstrap-modal": "https://github.com/powmedia/backbone.bootstrap-modal/archive/972b0a71eae6f378ea89f4a5203423b7d07e76e2.zip",
"FileSaver": "*",
"pnotify": "^3.0.0",
"vkbeautify.0.99.00.beta": "https://vkbeautify.googlecode.com/files/vkbeautify.0.99.00.beta.js",
"dagre": "./app/scripts/thirdparties/dagre.min.js",
"codemirror": "~3.20.0",
"underscore": "~1.5.2",
"backbone": "~1.0.0",
"bootstrap": "~3.0.3",
"requirejs": "~2.1.5",
"requirejs-text": "~2.0.5",
"jquery-ui-touch-punch": "*",
"jquery-ui": "~1.10.3",
"jquery-mousewheel": "~3.1.9",
"xml2json": "./app/scripts/thirdparties/xml2json.js"
},
"devDependencies": {}
}