-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
39 lines (39 loc) · 887 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
{
"name": "artmanager-mobile",
"private": true,
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.2.4",
"angular-mocks": "^1.4.9",
"jasmine-promise-matchers": "^2.0.2"
},
"dependencies": {
"angular": "~1.4.8",
"angular-sanitize": "~1.4.8",
"ionic": "~1.2.4",
"angular-animate": "~1.4.8",
"angular-ui-router": "~0.2.15",
"ionic-material": "~0.4.2",
"angular-input-masks": "~2.1.1",
"ion-md-input": "~1.0.4",
"Waves": "waves#~0.7.4",
"angular-ui-router-styles": "~1.1.0",
"angular-resource": "~1.5.0",
"angular-toastr": "~1.7.0"
},
"authors": [
"erick.workspace <[email protected]>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"www/lib",
"test",
"tests"
]
}