This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
79 lines (79 loc) · 2.08 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
73
74
75
76
77
78
79
{
"name": "jspm-ionic2-starter",
"version": "1.0.1",
"description": "JSPM Ionic2 with Typescript starter",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vadimpopa/jspm-ionic2-starter.git"
},
"keywords": [
"jspm",
"ionic2",
"typescript",
"starter",
"kickstarter"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/vadimpopa/jspm-ionic2-starter/issues"
},
"homepage": "https://github.com/vadimpopa/jspm-ionic2-starter#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.3.1",
"gulp-eslint": "^2.0.0",
"gulp-exec": "^2.1.2",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^3.0.0",
"gulp-inline-ng2-template": "1.0.0",
"gulp-jspm": "^0.5.7",
"gulp-cssnano": "^2.1.1",
"gulp-htmlmin": "^1.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-scss-lint": "^0.3.9",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.2",
"gulp-tslint-stylish": "^1.1.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"imagemin-pngquant": "^4.2.2",
"jspm": "^0.16.29",
"require-dir": "^0.3.0",
"rsvp": "^3.2.1",
"run-sequence": "^1.1.5",
"systemjs": "^0.19.22",
"through2": "^2.0.1",
"tslint": "^3.4.0",
"typescript": "^1.7.5",
"yargs": "^4.1.0"
},
"dependencies": {
"cordova": "^6.0.0"
},
"jspm": {
"configFile": "system.config.js",
"dependencies": {
"css": "github:systemjs/plugin-css@^0.1.20",
"ionic": "npm:[email protected]",
"ionicons": "npm:ionicons@^3.0.0-alpha.3",
"ts": "github:frankwallis/[email protected]"
},
"devDependencies": {
"clean-css": "npm:clean-css@^3.4.6",
"typescript": "npm:typescript@^1.7.5"
}
}
}