summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/es6-promise-plugin/package.json
blob: 44d89413d91379da11f6430e99da7900ab7a0902 (plain)
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
{
  "_from": "es6-promise-plugin",
  "_id": "es6-promise-plugin@4.2.2",
  "_inBundle": false,
  "_integrity": "sha512-uoA4aVplXI9oqUYJFBAVRwAqIN9/n9JgrTAUGX3qPbnSZVE5yY1+6/MsoN5f4xsaPO62WjPHOdtts6okMN6tNA==",
  "_location": "/es6-promise-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "es6-promise-plugin",
    "name": "es6-promise-plugin",
    "escapedName": "es6-promise-plugin",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/es6-promise-plugin/-/es6-promise-plugin-4.2.2.tgz",
  "_shasum": "cfa0cc1383d91f999a62a2bbf4bd97bec305e0ac",
  "_spec": "es6-promise-plugin",
  "_where": "/Users/user/work/stone-island/StoneIsland",
  "author": "",
  "bugs": {
    "url": "https://github.com/vstirbu/PromisesPlugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "ES6-Promises polyfill for Cordova/PhoneGap",
  "devDependencies": {
    "browserify": "^14.4.0",
    "es6-promise": "^4.2.2"
  },
  "ecosystem": "cordova",
  "homepage": "https://github.com/vstirbu/PromisesPlugin#readme",
  "license": "MIT",
  "main": "www/promise.js",
  "name": "es6-promise-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vstirbu/PromisesPlugin.git"
  },
  "scripts": {
    "build": "./build"
  },
  "version": "4.2.2"
}