-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.91 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
{
"name": "listy",
"version": "1.1.1",
"description": "listy: An Ionic project",
"scripts": {
"start": "mongod & node ./server/bin/www & gulp "
},
"dependencies": {
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"mongoose": "^4.3.4",
"requirejs": "^2.1.22",
"restangular": "^1.5.1"
},
"devDependencies": {
"angular-dynamic-locale": "^0.1.29",
"angular-gettext": "^2.2.0",
"browser-sync": "^2.10.1",
"gulp": "^3.8.11",
"gulp-angular-gettext": "^2.1.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-changed": "^1.1.1",
"gulp-connect": "^2.3.1",
"gulp-copy": "0.0.2",
"gulp-filesize": "0.0.6",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.2.4",
"gulp-help": "^1.6.1",
"gulp-html-replace": "^1.5.5",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.11.0",
"gulp-minify-css": "~0.5.1",
"gulp-minify-html": "^1.0.5",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-requirejs": "^0.1.3",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-swig": "^0.7.4",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coffee-preprocessor": "^0.2.1",
"karma-mocha": "^0.1.10",
"karma-nyan-reporter": "0.0.51",
"karma-sinon-chai": "^0.3.0",
"merge-stream": "^0.1.7",
"pretty-hrtime": "~1.0.0",
"q": "^1.4.1",
"require-dir": "^0.1.0",
"semver": "^4.3.6",
"shelljs": "^0.5.1",
"yargs": "^3.32.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-camera"
],
"cordovaPlatforms": [
"ios",
{
"platform": "android",
"locator": "browser"
}
]
}