forked from havesource/cordova-plugin-push
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.89 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_from": "@havesource/cordova-plugin-push@^3.0.1",
"_id": "@havesource/[email protected]",
"_inBundle": false,
"_integrity": "sha512-x13Q765SlgvQJLT/XinXObR92D9G0fxDaL2ZuawqCePDek+r+o0Dl5A9EKf228HRcREuApR/BxUVXvr7yAi4uw==",
"_location": "/@havesource/cordova-plugin-push",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@havesource/cordova-plugin-push@^3.0.1",
"name": "@havesource/cordova-plugin-push",
"escapedName": "@havesource%2fcordova-plugin-push",
"scope": "@havesource",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@havesource/cordova-plugin-push/-/cordova-plugin-push-3.0.1.tgz",
"_shasum": "b4b14498372f55541bc9e5239923249abb4ea606",
"_spec": "@havesource/cordova-plugin-push@^3.0.1",
"_where": "/Users/Prover/workspace/appprover",
"author": {
"name": "Erisu"
},
"bugs": {
"url": "https://github.com/havesource/cordova-plugin-push/issues"
},
"bundleDependencies": false,
"cordova": {
"id": "@havesource/cordova-plugin-push",
"platforms": [
"ios",
"android",
"windows",
"browser"
]
},
"deprecated": false,
"description": "Register and receive push notifications.",
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@cordova/eslint-config": "^4.0.0",
"babel-plugin-add-header-comment": "^1.0.3",
"fs-extra": "^10.0.0",
"jasmine": "^3.9.0",
"nodemon": "^2.0.12",
"nopt": "^5.0.0",
"xml2js": "^0.4.23"
},
"engines": {
"cordovaDependencies": {
"1.0.0": {
"cordova": ">=10.0.0",
"cordova-android": ">=8.0.0",
"cordova-ios": ">=5.1.1"
},
"2.0.0": {
"cordova": ">=10.0.0",
"cordova-android": ">=8.0.0",
"cordova-ios": ">=6.0.0"
},
"3.0.0": {
"cordova": ">=10.0.0",
"cordova-android": ">=9.0.0",
"cordova-ios": ">=6.0.0"
}
}
},
"homepage": "https://github.com/havesource/cordova-plugin-push#readme",
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-windows",
"cordova-browser"
],
"license": "MIT",
"name": "@havesource/cordova-plugin-push",
"repository": {
"type": "git",
"url": "git+https://github.com/havesource/cordova-plugin-push.git"
},
"scripts": {
"build": "babel src/js --out-dir www",
"build:watch": "nodemon -w ./src/js -e js -x npm run build",
"jasmine": "jasmine --config=spec/unit.json",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"test": "npm run build && npm run lint && npm run jasmine"
},
"types": "./types/index.d.ts",
"version": "3.0.1"
}