-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "ionic-sample",
"version": "2.0.0",
"description": "ionic-sample: An Ionic project",
"scripts": {},
"dependencies": {
"autoprefixer": "^7.2.5",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.2.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.2.0",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-inject": "^4.3.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-open": "^2.1.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^3.1.0",
"gulp-strip-debug": "^2.0.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"main-bower-files": "^2.13.1"
},
"devDependencies": {
"del": "^3.0.0",
"http-proxy-middleware": "^0.17.4",
"process": "^0.11.10",
"run-sequence": "^2.2.1"
},
"cordovaPlugins": [],
"cordovaPlatforms": []
}