forked from Justin-Credible/Ionic-TypeScript-Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 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
70
{
"name": "SampleApp",
"version": "1.0.0",
"description": "SampleApp: A starter application using Ionic and TypeScript.",
"author": "Justin Unterreiner",
"license": "MIT",
"homepage": "http://www.justin-credible.net/Projects/Ionic-TypeScript-MDHA-Starter",
"repository": {
"type": "git",
"url": "https://github.com/Justin-Credible/Ionic-TypeScript-Starter.git"
},
"dependencies": {
"async": "1.4.2",
"bower": "1.6.3",
"bower-installer": "1.2.0",
"cordova": "5.3.3",
"del": "2.0.2",
"gulp": "3.9.0",
"gulp-eol": "0.1.1",
"gulp-gzip": "1.2.0",
"gulp-if": "2.0.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.0.4",
"gulp-sourcemaps": "1.6.0",
"gulp-tar": "1.5.0",
"gulp-tslint": "3.3.1",
"gulp-typescript": "2.9.2",
"gulp-uglify": "1.4.2",
"gulp-util": "3.0.6",
"ionic": "1.7.6",
"jasmine-core": "2.3.4",
"karma": "0.13.11",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "0.2.1",
"phantomjs": "1.9.18",
"request": "2.65.0",
"run-sequence": "1.1.4",
"shelljs": "0.5.3",
"tsd": "0.6.5",
"tslint": "2.5.1",
"typescript": "1.6.2",
"xmldom": "0.1.19",
"xpath": "0.0.9"
},
"scripts": {
"pretest": "gulp lint",
"test": "gulp test"
},
"cordovaPlugins": [
"cordova-plugin-device@1.0.1",
"cordova-plugin-console@1.0.1",
"cordova-plugin-whitelist@1.0.0",
"cordova-plugin-splashscreen@2.1.0",
"cordova-plugin-dialogs@1.1.1",
"cordova-plugin-inappbrowser@1.0.1",
"cordova-plugin-statusbar@1.0.1",
"cordova-plugin-spinner@1.0.0",
"ionic-plugin-keyboard@1.0.7",
"cordova-plugin-x-toast@2.2.1",
"com.verso.cordova.clipboard@0.1.0"
],
"cordovaPlatforms": [
"android",
"ios"
],
"devDependencies": {
"gulp-typedoc": "^1.2.1",
"typedoc": "^0.3.8"
}
}