forked from manekinekko/angularattack2016
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.86 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.86 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
54
55
56
57
58
59
{
"scripts": {
"build": "ionic build browser && git add -A && git commit -m 'chore(sw): update sw content'",
"print-version": "gulp version && git add -A && git commit -m 'docs(index.html): update version in index.html' ",
"git-push": "git push origin master --tags",
"surge": "surge www",
"firebase": "firebase deploy",
"bump": "npm version patch",
"serve": "ionic serve --address localhost",
"deploy": "npm run build && npm run bump && npm run print-version && npm run git-push && npm run firebase"
},
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/http": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"annyang": "2.4.0",
"es6-shim": "0.35.1",
"ionic-angular": "2.0.0-beta.11",
"ionic-native": "1.3.10",
"ionicons": "3.0.0",
"reflect-metadata": "0.1.8",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12"
},
"devDependencies": {
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-replace": "0.5.4",
"gulp-watch": "4.3.5",
"ionic-gulp-browserify-typescript": "2.0.0",
"ionic-gulp-fonts-copy": "1.0.0",
"ionic-gulp-html-copy": "1.0.0",
"ionic-gulp-sass-build": "1.0.0",
"ionic-gulp-scripts-copy": "2.0.0",
"ionic-gulp-tslint": "1.1.0",
"run-sequence": "1.1.5",
"sw-precache": "4.1.0",
"tslint-ionic-rules": "0.0.4"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-vibration"
],
"cordovaPlatforms": [
"android"
],
"name": "letmesee",
"description": "angularattack: Let Me See",
"version": "1.1.38"
}