forked from giggio/atelies
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 1.13 KB
/
Copy pathbower.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
{
"name": "atelies",
"version": "0.0.0",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"dependencies": {
"jquery": "1.10.2",
"bootstrap": "3.x.x",
"requirejs": "~2.1.9",
"requirejs-text": "~2.0.10",
"handlebars": "http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0-rc.3/handlebars.min.js",
"jquery.validation": "~1.11.1",
"backbone": "~1.1.0",
"backbone-validation": "~0.8.2",
"jquery.ui": "~1.10.3",
"underscore": "~1.5.2",
"backbone.epoxy": "https://raw.github.com/gmac/backbone.epoxy/c1ef755166b98f1814433b14bcee721adaeacac8/backbone.epoxy.js",
"carouFredSel": "git://github.com/gilbitron/carouFredSel.git",
"imagesloaded": "~2.1.2",
"jquery-form": "~3.37.0",
"jquery.expander": "~1.4.5",
"showdown": "~0.3.1",
"es5-shim": "~2.1.0",
"js-md5": "1.x.x",
"swag": "~0.3.1",
"jrating": "alpixel/jRating",
"ga": "http://www.google-analytics.com/analytics.js",
"select2": "~3.4.3",
"respond": "~1.3.0"
},
"devDependencies": {
"mocha": "1.13.0",
"chai": "1.8.1",
"sinon": "~1.7.1",
"sinon-chai": "~2.4.0"
}
}