-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
38 lines (38 loc) · 813 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
35
36
37
38
{
"name": "formtopia",
"version": "0.1.0",
"homepage": "https://github.com/daftcorp/formtopia",
"description": "Formtopia",
"main": "README.md",
"keywords": [
"forms"
],
"authors": [
"sean_romocki"
],
"license": "Proprietary",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"jquery": "~1.11",
"backbone": "~1.1.0",
"backbone.marionette": "~1.6.2",
"backbone.modelbinder": "1.0.5",
"lodash": "~2.1.0",
"requirejs": "~2.1.8",
"text": "~2.0.10",
"handlebars": "~1.3.0",
"bootstrap": "~3.0.3",
"font-awesome": "~4.0.3",
"gridster": "~0.5.0",
"less": "~1.4.2",
"requirejs-handlebars": "jfparadis/requirejs-handlebars",
"q": "~1.0.0"
}
}