forked from hsuanxyz/ionic2-jpush
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 992 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 992 Bytes
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
{
"name": "ionic2-jpush",
"version": "0.0.4",
"description": "ionic2 jPush",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"ngc": "ngc",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf aot dist && npm run ngc"
},
"repository": {
"type": "git",
"url": "https://github.com/HsuanXyz/ionic2-jpush.git"
},
"devDependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"@types/core-js": "^0.9.35",
"ionic-angular": "2.0.0",
"rxjs": "5.0.0-beta.12",
"typescript": "2.0.9",
"zone.js": "0.6.26"
},
"keywords": [
"ionic2",
"jpush",
"push"
],
"author": "HsuanLee",
"license": "MIT"
}