mirror of
https://github.com/cupcakearmy/fight-of-the-mobiles.git
synced 2026-04-02 18:25:23 +00:00
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"_from": "phonegap-plugin-local-notification",
|
|
"_id": "phonegap-plugin-local-notification@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-GE9D+1TcARE8y6V5oDrO66eVqds=",
|
|
"_location": "/phonegap-plugin-local-notification",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "phonegap-plugin-local-notification",
|
|
"name": "phonegap-plugin-local-notification",
|
|
"escapedName": "phonegap-plugin-local-notification",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/phonegap-plugin-local-notification/-/phonegap-plugin-local-notification-1.0.1.tgz",
|
|
"_shasum": "184f43fb54dc01113ccba579a03aceeba795a9db",
|
|
"_spec": "phonegap-plugin-local-notification",
|
|
"_where": "/Users/nicco/Documents/git/fight-of-the-mobiles/src/cordova",
|
|
"author": {
|
|
"name": "Adobe PhoneGap Team"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/phonegap/phonegap-plugin-local-notification/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"cordova": {
|
|
"id": "phonegap-plugin-local-notification",
|
|
"platforms": [
|
|
"ios",
|
|
"android",
|
|
"windows"
|
|
]
|
|
},
|
|
"deprecated": false,
|
|
"description": "phonegap-plugin-local-notification ------------------------",
|
|
"devDependencies": {
|
|
"jasmine-node": "1.14.5",
|
|
"jsdoc-to-markdown": "^3.0.0",
|
|
"pluginpub": "^0.0.8"
|
|
},
|
|
"engines": {
|
|
"cordova": ">=3.0.0"
|
|
},
|
|
"homepage": "http://github.com/phonegap/phonegap-plugin-local-notification#readme",
|
|
"keywords": [
|
|
"ecosystem:cordova",
|
|
"ecosystem:phonegap"
|
|
],
|
|
"license": "MIT",
|
|
"name": "phonegap-plugin-local-notification",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/phonegap/phonegap-plugin-local-notification.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build:docs && npm test",
|
|
"build:docs": "jsdoc2md www/notification.js > docs/api.md",
|
|
"test": "jasmine-node --color spec"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|