-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "ionic-seed",
"version": "1.0.0",
"description": "ionic-seed: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^1.3.3",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"babel": "^5.6.2",
"bower": "^1.3.3",
"del": "^1.2.0",
"es5-shim": "^4.1.7",
"es6-shim": "^0.28.1",
"gulp-babel": "^5.1.0",
"gulp-ng-constant": "^0.3.0",
"gulp-protractor": "^1.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^2.2.14",
"gulp-watch": "^4.2.4",
"install": "^0.1.8",
"jasmine-core": "^2.3.4",
"karma": "^0.12.36",
"karma-babel-preprocessor": "^5.2.1",
"karma-coverage": "^0.4.2",
"karma-es6-shim": "^0.1.3",
"karma-html-reporter": "^0.2.6",
"karma-jasmine": "^0.3.5",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.0",
"lodash": "^3.9.3",
"phantomjs": "^1.9.17",
"protractor": "^2.1.0",
"shelljs": "^0.3.0",
"webdriver-manager": "^6.0.0",
"yargs": "^3.13.0"
},
"cordovaPlugins": [
"org.apache.cordova.device",
"org.apache.cordova.console",
"com.ionic.keyboard"
],
"cordovaPlatforms": []
}