-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 731 Bytes
/
Copy pathbower.json
File metadata and controls
36 lines (36 loc) · 731 Bytes
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
{
"name": "juggler",
"version": "0.1.1",
"description": "UI Kits for Backbone.Marionette based on Bootstrap",
"main": [
"dist/styles/juggler.css",
"dist/scripts/juggler.js"
],
"homepage": "https://github.com/MillerRen/juggler.git",
"keywords": [
"backbone",
"marionette",
"framework",
"UI",
"SPA"
],
"author": {
"name": "Miller Ren",
"email": "ren12345@126.com"
},
"dependencies": {
"jquery": ">1.10.0",
"bootstrap": ">3.0.0",
"marionette": ">=2.0.0",
"backbone-validator": "~0.3.0",
"backbone.routemanager": "~0.1.0"
},
"devDependencies": {
"mocha": "~1.21.4",
"chai": "~1.9.1",
"sinonjs": "~1.10.2"
},
"ignore": [
"app/"
]
}