-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
46 lines (46 loc) · 928 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
39
40
41
42
43
44
45
46
{
"name": "puppets",
"version": "0.4.0",
"authors": [
"Jmeas <[email protected]>"
],
"description": "A modular framework for Marionette",
"homepage": "https://github.com/Puppets/puppets",
"main": "build/puppets.js",
"keywords": [
"puppet",
"puppets",
"puppets.js",
"modules",
"components",
"marionette.js",
"marionette",
"backbone",
"backbone.js"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"devDependencies": {
"underscore": "~1.6.0",
"backbone": "~1.1.2",
"marionette": "~1.6.3",
"jquery": "~1.11.0",
"mocha": "~1.17.1",
"chai": "~1.9.0",
"sinon-chai": "~2.5.0",
"sinonjs": "~1.8.2"
},
"dependencies": {
"backbone.wreqr-radio": "~1.2.0",
"machina.wreqr-radio": "~1.0.0",
"marionette": "~1.6.4"
},
"resolutions": {
"underscore": "~1.6.0"
}
}