-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
69 lines (69 loc) · 1.82 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
{
"name": "ionic-init",
"version": "0.0.1",
"description": "Init new ionic app with ng-build",
"author": "DonkeyCode <cedric@donkeycode.com>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.12.2",
"bower": "^1.3.12",
"browser-sync": "^2.4.0",
"browserify": "^6.3.4",
"browserify-ngannotate": "^0.2.0",
"busboy": "^0.2.9",
"del": "^1.1.1",
"event-stream": "^3.1.7",
"glob": "^4.5.3",
"gulp": "^3.8.10",
"gulp-cached": "^1.0.4",
"gulp-chmod": "^1.2.0",
"gulp-connect": "^2.2.0",
"gulp-filter": "^1.0.2",
"gulp-htmlclean": "^2.2.3",
"gulp-imagemin": "^1.2.1",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.0",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^0.3.13",
"gulp-ng-annotate": "^0.5.2",
"gulp-ng-config": "^1.0.0",
"gulp-plumber": "^1.0.0",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-template": "^2.1.1",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-watch": "latest",
"htmlparser2": "^3.8.2",
"lodash": "^2.4.1",
"lunr": "^0.5.6",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"ng-build": "git://github.com/izeau/ng-build.git#master",
"ng-midway-tester": "^2.0.5",
"pwuid": "^1.0.2",
"q": "^1.1.1",
"qs": "^2.4.1",
"requirejs": "~2.1.15",
"run-sequence": "^1.0.2",
"semver": "^4.1.0",
"streamqueue": "^0.1.3",
"type-is": "^1.6.1",
"vinyl-source-stream": "^1.0.0",
"winston": "^0.8.3",
"wiredep": "^2.2.2"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"com.ionic.keyboard",
"org.apache.cordova.console",
"org.apache.cordova.inappbrowser",
"org.apache.cordova.device",
"org.apache.cordova.splashscreen"
],
"cordovaPlatforms": [
"ios"
]
}