forked from akveo/digitsquare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 995 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
41
42
43
44
45
46
47
{
"name": "digitsquare",
"version": "0.0.1",
"main": "index.html",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
"angular": "~1.3.14",
"requirejs": "~2.1.14",
"normalize-scss": "~3.0.1",
"angular-touch": "~1.3.14",
"localstorage-schema": "~0.0.2",
"elusive-iconfont": "*",
"fontawesome": "~4.2.0",
"angular-swipe-element": "~0.0.2",
"angular-ui-router": "~0.2.13"
},
"exportsOverride": {
"angular": {
"js": "angular.js"
},
"angular-touch": {
"js": "angular-touch.js"
},
"angular-ui-router": {
"js": "release/angular-ui-router.js"
},
"angular-swipe-element": {
"js": "angular-swipe-element.js"
},
"requirejs": {
"js": "require.js"
},
"localstorage-schema": {
"js": "localstorage-schema.js"
},
"normalize-scss": {},
"elusive-iconfont": {
"../fonts": "fonts/*"
},
"fontawesome": {
"../fonts": "fonts/*"
}
}
}