-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 KB
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
48
49
50
51
52
53
{
"name": "phonegap-template-hello-world",
"version": "1.0.0",
"description": "> A Hello World template built with PhoneGap",
"repository": {
"type": "git",
"url": "https://github.com/phonegap/phonegap-app-hello-world.git"
},
"author": "PhoneGap Team",
"license": "Apache-2.0.0",
"keywords": [
"ecosystem:phonegap",
"ecosystem:cordova",
"cordova:template",
"phonegap:template"
],
"dependencies": {
"angular": "^1.4.8",
"angular-animate": "^1.5.7",
"angular-aria": "^1.5.0",
"angular-cookies": "^1.4.8",
"angular-material": "^1.0.6",
"angular-resource": "^1.4.8",
"angular-route": "^1.4.8",
"animate.css": "^3.5.1",
"fastclick": "^1.0.6",
"gcm": "^1.0.1",
"jquery": "^2.1.4",
"jwt-decode": "^1.4.0",
"moment": "^2.10.6"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"bootstrap": "^3.3.5",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.1.0",
"material-design-icons": "^2.2.1",
"gulp-shell": "^0.5.2"
},
"bugs": {
"url": "https://github.com/phonegap/phonegap-app-hello-world/issues"
},
"homepage": "https://github.com/phonegap/phonegap-app-hello-world",
"cordovaPlugins": [],
"cordovaPlatforms": [
{
"platform": "android",
"locator": "browser"
}
]
}