-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
21 lines (21 loc) · 733 Bytes
/
bower.json
File metadata and controls
21 lines (21 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "formbuilder",
"version": "0.0.0",
"dependencies": {
"jquery": "~1.9.0",
"underscore": "~1.4.3",
"backbone": "~1.0.0",
"requirejs": "~2.1.5",
"requirejs-text": "~2.0.5",
"modernizr": "~2.6.2",
"handlebars": "~1.0.0",
"bootstrap": "latest",
"jquery-ui": "*",
"jquery.scrollWindowTo": "https://gist.github.com/adamjacobbecker/6519570/raw/cd741057495d0fb19e545a0f9a098efba3bef9c8/jquery.scrollWindowTo.js",
"underscore.mixin.deepExtend": "https://gist.github.com/adamjacobbecker/6519561/raw/63682037af9b10200b05c1a3d5890903397b2103/underscore.mixin.deepExtend.js",
"backbone-deep-model": "*",
"rivets": "*",
"font-awesome": "~4.0.1"
},
"devDependencies": {}
}