-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathbower.json
56 lines (56 loc) · 1.38 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "coconut",
"version": "0.0.1",
"homepage": "https://github.com/chrisekelley/coconut",
"authors": [
"Chris Kelley <[email protected]>",
"Mike McKay <[email protected]>"
],
"description": "Coconut renders json defined forms in a browser and then saves the results to CouchDB or PouchDB.",
"keywords": [
"couchdb",
"pouchdb",
"forms"
],
"license": "APL2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"www/components",
"test",
"tests"
],
"dependencies": {
"pouchdb": "~3.4.0",
"marionette": "~2.4.1",
"handlebars": "~3.0.0",
"underscore": "~1.8.3",
"jquery": "~2.1.3",
"eonasdan-bootstrap-datetimepicker": "~4.17.37",
"moment": "~2.10.0",
"bootstrap": "~3.3.1",
"ladda-bootstrap": "~0.1.0",
"backbone-pouch": "https://raw.github.com/jo/backbone-pouch/master/backbone-pouch.js",
"pouchdb-collate": "~1.1.2",
"underscore.deferred": "*"
},
"resolutions": {
"bootstrap": "~3.3.1",
"pouchdb": "~3.4.0",
"marionette": "~2.4.1",
"handlebars": "~3.0.0",
"underscore": "~1.8.3",
"jquery": "~2.1.3",
"eonasdan-bootstrap-datetimepicker": "~4.17.37",
"moment": "~2.10.0"
},
"devDependencies": {
"mocha": "~2.4.5",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"bluebird": "^3.3.1",
"requirejs": "^2.1.22",
"sinon": "^1.17.3"
}
}