-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 1008 Bytes
/
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
{
"name": "megastore",
"version": "0.0.0",
"homepage": "https://github.com/tinypony/megastore",
"license": "MIT",
"directory": "public/bower_components",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Slidebars": "slidebars#~0.10.3",
"angular": "1.4.x",
"angular-loader": "1.4.x",
"angular-material": "~0.10.0",
"angular-mocks": "~1.4.x",
"angular-route": "1.4.x",
"angular-translate": "~2.7.2",
"angular-ui-router": "~0.2.15",
"angular-ui-tree": "~2.9.0",
"bootstrap": "~3.3.5",
"clamp.js": "*",
"domReady": "~2.0.1",
"hammerjs": "~2.0.4",
"html5-boilerplate": "~4.3.0",
"jQuery.dotdotdot": "~1.7.4",
"jquery": "~2.1.4",
"materialize": "~0.97.0",
"ng-file-upload": "~7.3.9",
"requirejs": "2.1.x",
"requirejs-text": "2.0.x",
"ui-router": "~0.2.15",
"underscore": "~1.8.3",
"velocity": "~1.2.2",
"angular-stripe": "~4.2.8"
}
}