forked from QuantiModo/quantimodo-android-chrome-ios-web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.32 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "quantimodo-ionic-template-app",
"repository": {
"type": "git",
"url": "https://github.com/QuantiModo/quantimodo-android-chrome-ios-web-app.git"
},
"version": "1.0.0",
"description": "Perfect your life!",
"devDependencies": {
"chalk": "^1.1.3",
"minimatch": "^3.0.3"
},
"dependencies": {
"async": "^2.0.1",
"bower": "~1.3.3",
"bugsnag": "^1.11.0",
"event-stream": "^3.3.2",
"express": "^4.13.3",
"glob": "^5.0.15",
"gulp": "3.9.1",
"gulp-angular-templatecache": "1.9.1",
"gulp-callback": "0.0.3",
"gulp-change": "^1.0.0",
"gulp-concat": "^2.2.0",
"gulp-csso": "^3.0.0",
"gulp-directory-map": "^0.1.3",
"gulp-download-stream": "0.0.13",
"gulp-filter": "^5.0.0",
"gulp-git": "2.2.0",
"gulp-json-editor": "^2.2.1",
"gulp-minify-css": "^0.3.0",
"gulp-open": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-rimraf": "latest",
"gulp-run": "^1.6.12",
"gulp-sass": "^3.1.0",
"gulp-s3-upload": "^1.6.4",
"gulp-shell": "^0.5.1",
"gulp-streamify": "^1.0.2",
"gulp-string-replace": "latest",
"gulp-typescript": "^2.11.0",
"gulp-uglify": "3.0.0",
"gulp-unzip": "^0.2.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.0.2",
"inquirer": "^0.9.0",
"ionic": "1.7.16",
"jshint": "^2.9.3",
"ng-material-floating-button": "^0.6.2",
"plist": "^1.2.0",
"q": "^1.4.1",
"request": "^2.64.0",
"request-promise": "^4.2.1",
"run-sequence": "^1.1.4",
"shelljs": "^0.5.3",
"taco-team-build": "^0.2.2",
"vinyl-source-stream": "^1.1.0",
"xcode": "0.8.9",
"xml2js": "^0.4.15",
"yargs": "latest",
"quantimodo": "5.8.82817"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
},
"jscsConfig": {
"preset": "google",
"requireCurlyBraces": null
},
"scripts": {
"postinstall": "echo 'Runing npm postinstall commands...' && bower install && ionic config build && gulp configureAppAfterNpmInstall"
},
"cordovaPlugins": [],
"cordovaPlatforms": [
{
"platform": "android",
"version": "6.2.2",
"locator": "[email protected]"
},
{
"platform": "ios",
"version": "4.1.1",
"locator": "[email protected]"
}
]
}