-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·46 lines (46 loc) · 983 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
{
"name": "AppName",
"version": "0.1.0",
"description": "App Description",
"authors": [
"Manifest Interactive"
],
"keywords": [
"mobile",
"app",
"ios",
"android"
],
"license": "GPL-3.0",
"homepage": "http://manifestinteractive.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.1",
"angular": "~1.3.8",
"angular-mocks": "~1.3.8",
"angular-animate": "~1.3.8",
"angular-cookies": "1.3.8",
"angular-resource": "1.3.8",
"angular-touch": "~1.3.8",
"angular-sanitize": "~1.3.8",
"angular-ui-router": "~0.2.13",
"ngstorage": "~0.3.0",
"oclazyload": "~0.5.2",
"angular-bootstrap": "~0.12.0",
"angular-ui-utils": "~0.2.1",
"moment": "~2.8.3",
"ng-grid": "~2.0.13",
"textAngular": "~1.2.2"
},
"resolutions": {
"angular": "~1.3.8",
"angular-sanitize": "~1.3.8"
}
}