-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
71 lines (71 loc) · 1.96 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
{
"dependencies": {
"angular2": "2.0.0-beta.15",
"es6-promise": "3.0.2",
"es6-shim": "^0.35.0",
"gulp-sass": "^2.2.0",
"ionic-angular": "2.0.0-beta.6",
"ionic-native": "^1.1.0",
"ionicons": "3.0.0-alpha.3",
"lodash": "4.11.1",
"node-sass": "^3.4.2",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.6.10"
},
"devDependencies": {
"chalk": "^1.1.3",
"del": "^2.2.0",
"es6-module-loader": "^0.17.11",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "^1.1.3",
"gulp-load-plugins": "^1.2.2",
"gulp-tslint": "^4.3.5",
"gulp-typescript": "^2.13.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"ionic-gulp-browserify-typescript": "^1.0.0",
"ionic-gulp-fonts-copy": "^1.0.0",
"ionic-gulp-html-copy": "^1.0.0",
"ionic-gulp-sass-build": "^1.0.0",
"ionic-gulp-scripts-copy": "^1.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-coverage": "^0.5.5",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^1.1.5",
"systemjs": "^0.19.26",
"traceur": "0.0.107",
"ts-node": "^0.7.2",
"tslint": "^3.7.4",
"typescript": "^1.8.10"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
],
"name": "reddit",
"description": "Reddit App: An Ionic project",
"scripts": {
"postinstall": "typings install",
"start": "ionic serve",
"test": "gulp --gulpfile test/gulpfile.ts --cwd ./ test",
"test.watch": "gulp --gulpfile test/gulpfile.ts --cwd ./ test.watch.build",
"karma": "gulp --gulpfile test/gulpfile.ts --cwd ./ test.karma.debug"
}
}