-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (52 loc) · 1.49 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
49
50
51
52
53
{
"name": "task-it",
"version": "1.0.0",
"main": "www",
"engines": {
"node": "6.x"
},
"devDependencies": {
"bower": "^1.4.1",
"chalk": "^1.0.0",
"del": "^1.1.1",
"express": "^4.15.3",
"gulp": "^3.8.11",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.5.2",
"gulp-debug": "^2.0.1",
"gulp-filter": "^2.0.2",
"gulp-inject": "^1.2.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.0.0",
"gulp-ng-annotate": "^0.5.3",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev-all": "^0.8.18",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.1.0",
"main-bower-files": "^2.5.0",
"phonegap": "^5.0.0-0.28.0",
"run-sequence": "^1.1.0",
"through2": "^0.6.5"
},
"dependencies": {
},
"description": "A simple task/effort app using Kinvey mBaaS",
"scripts": {
"postinstall": "node_modules/.bin/bower install && node_modules/.bin/gulp build-dist",
"start": "node_modules/.bin/gulp serve-dist",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node_modules/.bin/gulp serve-dist",
"watch": "node_modules/.bin/gulp watch",
"build-android": "node_modules/.bin/phonegap build android",
"run-android": "node_modules/.bin/phonegap run android"
},
"repository": {
"type": "git",
"url": "https://[email protected]/gquotient/task-management.git"
},
"author": "Rajiv Ram V",
"license": "MIT"
}