-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
54 lines (54 loc) · 1.21 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
{
"name": "marionettist",
"version": "3.0.3",
"authors": [
"Emilio Forrer <[email protected]>"
],
"description": "Marionettist. It is a Marionette based framework",
"main": "dist/marionettist.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"Marionette",
"Framework",
"Backbone",
"Marionettist",
"Marionettistjs",
"Marionettist.js",
"Marionettist js",
"Emilio",
"Forrer",
"Emilio Forrer"
],
"license": "MIT",
"homepage": "https://github.com/afterworkdevelopments/marionettist",
"dependencies": {
"Backbone.Mutators": "backbone.mutators#^0.4.5",
"backbone": "^1.3.3",
"backbone-associations": "^0.6.2",
"backbone.marionette": "^3.1.0",
"backbone.radio": "^2.0.0",
"backbone.stickit": "^0.9.2",
"coffee-script": "^1.10.0",
"i18next": "^3.4.1",
"jquery": "^3.1.0",
"moment": "^2.14.1",
"moment-range": "^2.2.0",
"moment-timezone": "^0.5.5",
"numeral": "^1.5.3",
"underscore": "^1.8.3",
"underscore-contrib": "^0.3.0",
"underscore.string": "^3.3.4"
},
"ignore": [
"src",
"Gulpfile.coffee",
"node_modules",
"bower_components",
"test",
"tests"
]
}