-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
68 lines (68 loc) · 1.88 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
{
"name": "ionic-cordova-gulp-seed",
"version": "2.6.1",
"description": "Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.",
"repository": {
"type": "git",
"url": "https://github.com/jtomaszewski/ionic-cordova-gulp-seed"
},
"author": "[email protected]",
"keywords": [
"seed",
"ionic",
"gulp",
"cordova"
],
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.0.1",
"chai": "^1.9.1",
"coffee-script": "^1.7.1",
"cordova": "~5.4.0",
"ecstatic": "~0.5.8",
"extend": "^1.2.1",
"gulp": "^3.8.6",
"gulp-angular-templatecache": "^1.3.0",
"gulp-changed": "~0.2.0",
"gulp-clean": "~0.2.4",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.3",
"gulp-ejs": "^0.2.1",
"gulp-help": "~1.3.3",
"gulp-if": "^1.2.5",
"gulp-jade": "~0.4.2",
"gulp-minify-css": "~0.4.5",
"gulp-notify": "~0.6.2",
"gulp-plumber": "^0.6.3",
"gulp-protractor": "0.0.12",
"gulp-rollbar": "^0.1.1",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.2.5",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "~1.1.0",
"gulp-util": "~2.2.14",
"jade": "^1.3.0",
"karma": "^0.12.1",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.0",
"karma-chrome-launcher": "^0.1.2",
"karma-cli": "0.0.4",
"karma-coffee-preprocessor": "^0.2.1",
"karma-mocha": "^0.1.3",
"karma-osx-reporter": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.2",
"karma-ubuntu-reporter": "0.0.3",
"mocha": "^1.18.2",
"node-sass": "^3.8.0",
"open": "0.0.4",
"plugman": "~0.23.1",
"protractor": "^1.6.1",
"protractor-coffee-preprocessor": "0.0.1",
"proxy-middleware": "^0.11.1",
"q": "^1.0.0",
"run-sequence": "~0.3.6",
"sync-exec": "^0.5.0",
"url": "~0.10.2",
"weinre": "^2.0.0-pre-I0Z7U9OV"
}
}