package.json 610 Bytes
Newer Older
李晓兵's avatar
李晓兵 committed
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
{
  "name": "es6-promise-plugin",
  "version": "4.2.2",
  "description": "ES6-Promises polyfill for Cordova/PhoneGap",
  "main": "www/promise.js",
  "dependencies": {},
  "devDependencies": {
    "browserify": "^14.4.0",
    "es6-promise": "^4.2.2"
  },
  "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"
}