26 lines
584 B
JSON
26 lines
584 B
JSON
{
|
|
"name": "es6-promise-plugin",
|
|
"version": "4.1.0",
|
|
"description": "ES6-Promises polyfill for Cordova/PhoneGap",
|
|
"main": "www/promise.js",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"es6-promise": "^4.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "./build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vstirbu/PromisesPlugin.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vstirbu/PromisesPlugin/issues"
|
|
},
|
|
"homepage": "https://github.com/vstirbu/PromisesPlugin#readme",
|
|
"ecosystem": "cordova"
|
|
}
|