-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
40 lines (40 loc) · 1000 Bytes
/
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
{
"name": "phonegap-plugin-local-notification",
"description": "",
"version": "1.0.1",
"homepage": "http://github.com/phonegap/phonegap-plugin-local-notification#readme",
"repository": {
"type": "git",
"url": "http://github.com/phonegap/phonegap-plugin-local-notification.git"
},
"bugs": {
"url": "http://github.com/phonegap/phonegap-plugin-local-notification/issues"
},
"cordova": {
"id": "phonegap-plugin-local-notification",
"platforms": [
"ios",
"android",
"windows"
]
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap"
],
"engines": {
"cordova": ">=3.0.0"
},
"author": "Adobe PhoneGap Team",
"license": "MIT",
"scripts": {
"build": "npm run build:docs && npm test",
"build:docs": "jsdoc2md www/notification.js > docs/api.md",
"test": "jasmine-node --color spec"
},
"devDependencies": {
"jasmine-node": "1.14.5",
"jsdoc-to-markdown": "^3.0.0",
"pluginpub": "^0.0.8"
}
}