-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 KB
/
package.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
48
{
"name": "AppName",
"version": "0.1.0",
"description": "App Description",
"scripts": {
"start": "node node_modules/http-server/bin/http-server ./ -o -s -p8080 -c-1 --cors",
"postinstall": "bower install; grunt build:dist"
},
"keywords": [
"mobile",
"app",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "https://github.com/manifestinteractive/mobile-app-template.git#stable"
},
"author": {
"name": "Manifest Interactive",
"email": "hello@manifestinteractive.com",
"url": "http://manifestinteractive.com"
},
"license": "GPL-3.0",
"dependencies": {
"cordova": ">=3"
},
"devDependencies": {
"bower": "~1.3.12",
"cca": "^0.5.1",
"del": "^1.1.1",
"grunt": "^0.4.5",
"grunt-bump": "0.0.15",
"grunt-bump-cordova": "^0.1.3",
"grunt-changelog": "^0.2.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-sass": "*",
"grunt-cordovacli": "^0.7.0",
"grunt-gulp": "^0.1.0",
"grunt-shell": "^1.1.1",
"gruntfile-gtx": "^0.3.0",
"http-server": "^0.6.1",
"jshint-stylish": "^0.4.0",
"require-directory": "^2.0.0"
}
}