-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
72 lines (72 loc) · 1.9 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
72
{
"name": "sample-app",
"version": "1.3.0",
"description": "Sample App: A starter application using Ionic and TypeScript.",
"author": "Justin Unterreiner",
"license": "MIT",
"homepage": "http://Justin-Credible.github.io/Ionic-TypeScript-Starter",
"repository": {
"type": "git",
"url": "https://github.com/Justin-Credible/Ionic-TypeScript-Starter.git"
},
"dependencies": {
"bower": "1.6.3",
"bower-installer": "1.2.0",
"cordova": "5.4.1",
"del": "2.2.0",
"gulp": "3.9.0",
"gulp-angular-templatecache": "1.8.0",
"gulp-eol": "0.1.1",
"gulp-gzip": "1.2.0",
"gulp-if": "2.0.0",
"gulp-load-plugins": "1.2.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.0.4",
"gulp-sourcemaps": "1.6.0",
"gulp-tar": "1.5.0",
"gulp-task-listing": "1.0.1",
"gulp-tslint": "3.3.1",
"gulp-typescript": "2.9.2",
"gulp-uglify": "1.4.2",
"gulp-util": "3.0.6",
"ionic": "1.7.12",
"jasmine-core": "2.3.4",
"js-yaml": "3.5.4",
"karma": "0.13.19",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "0.2.1",
"lodash": "3.10.0",
"phantomjs": "1.9.18",
"request": "2.65.0",
"run-sequence": "1.1.4",
"shelljs": "0.6.0",
"tsd": "0.6.5",
"tslint": "2.5.1",
"typescript": "1.6.2"
},
"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",
"cordova-universal-clipboard@0.1.0"
],
"cordovaPlatforms": [
"android",
"ios"
],
"devDependencies": {
"gulp-typedoc": "^1.2.1",
"typedoc": "^0.3.8"
}
}