forked from allegro/ralph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 749 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 749 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
{
"name": "ralph",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"fontawesome": "~4.3.0",
"fastclick": "~1.0.6",
"jquery.cookie": "~1.4.1",
"jquery": "~2.1.4",
"modernizr": "~2.8.3",
"angular-cookies": "~1.4.0",
"angular-latest": "~1.4.0",
"angular-resource": "~1.4.0",
"angular-route": "~1.4.0",
"angular-ui-router": "~0.2.15",
"angular-breadcrumb": "~0.4.0",
"foundation": "~5.5.2",
"foundation-datepicker": "~1.3.0",
"angular-loading-bar": "~0.8.0"
},
"devDependencies": {
"qunit": "~1.18.0",
"sinon": "http://sinonjs.org/releases/sinon-1.16.1.js",
"sinon-qunit": "~2.0.0"
}
}