-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.68 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
{
"name": "kaios-angular-app",
"version": "1.0.0",
"description": "Sample application for kaios loaded feature phones with angular1.6,spatial-navigation and gulp.",
"main": "index.js",
"scripts": {
"start":"http-server -p 8000",
"build": "gulp clean && gulp --env=dev constant && gulp sass && gulp scripts && gulp angular && gulp bundledJS && gulp prod && gulp --env=dev copy && gulp cleanBundleJS",
"build:prod": "gulp clean && gulp --env=prod constant && gulp sass && gulp scripts && gulp angular && gulp bundledJS && gulp --env=prod copy && gulp cleanBundleJS",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amanboss9/kaios-angular-app.git"
},
"keywords": [
"kaios",
"jiophone",
"banana phone",
"keypad",
"feature phone"
],
"author": "Aman Sharma",
"license": "MIT",
"bugs": {
"url": "https://github.com/amanboss9/kaios-angular-app/issues"
},
"homepage": "https://github.com/amanboss9/kaios-angular-app#readme",
"dependencies": {
"angular": "^1.6.0",
"angular-route": "^1.6.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-javascript-obfuscator": "^1.1.4",
"gulp-minify": "^3.0.2",
"gulp-ng-annotate": "^2.1.0",
"gulp-ng-config": "^1.5.0",
"gulp-rimraf": "^0.2.2",
"gulp-sass": "^3.0.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"http-server": "^0.11.1",
"jquery": "^3.2.1",
"naviboard": "^4.1.0"
}
}