-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1.06 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
{
"name": "backbone.isomorphic",
"description" : "Backbone and Marionette isomorphic Proof Of Concepts.",
"version" : "0.1.0",
"license": "MIT",
"homepage": "https://github.com/gomoob/backbone.isomorphic",
"authors": [
{
"name" : "Baptiste Gaillard",
"email" : "[email protected]"
}
],
"keywords" : [
"backbone",
"marionette",
"isomorphic",
"server",
"server-side",
"jsdom",
"domino",
"express"
],
"main" : [
"dist/backbone.isomorphic.min.js"
],
"ignore": [
"reports",
"test",
".gitignore",
".jshintrc",
".npmignore",
".project",
".travis.yml",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"backbone": "1.0.0 - 1.1.2",
"backbone.marionette": "^2.4.1",
"bootstrap": "^3.3.4",
"bootstrap-material-design": "^0.3.0",
"jquery": "^2.1.4",
"underscore": "1.4.4 - 1.6.0"
},
"devDependencies": {}
}