forked from JunLiuSH/lb-ngIonic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 871 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
{
"name": "lb-ngIonic",
"description": "Kickstart Your Ionic Project with Nodejs LoopBack backend in seconds !",
"version": "0.0.1",
"homepage": "https://github.com/denzelwamburu/lb-ngIonic",
"authors": [
"Denzel Wamburu <[email protected]>"
],
"private": "true",
"main": "www/index.html",
"keywords": [
"html5",
"angular",
"mobile",
"hybrid",
"phonegap",
"cordova",
"ionic"
],
"license": "MIT",
"dependencies": {
"ionic": "driftyco/ionic-bower#1.0.0-rc.5",
"ngCordova": "~0.1.12-alpha",
"font-awesome": "~4.3.0",
"angular-localforage": "~1.2.2",
"moment": "~2.9.0",
"moment-duration-format": "~1.3.0",
"lodash": "~3.3.1",
"angular-resource": "~1.4.7",
"ionic-material": "~0.4.2"
},
"devDependencies": {
"angular-mocks": "1.3.6",
"angular-scenario": "1.3.6"
}
}