UNPKG

516 BJSONView Raw
1{
2 "name": "promise-polyfill",
3 "version": "6.1.0",
4 "homepage": "https://github.com/taylorhakes/promise-polyfill",
5 "authors": [
6 "Taylor Hakes"
7 ],
8 "description": "Lightweight promise polyfill for the browser and node. A+ Compliant.",
9 "main": "promise.js",
10 "moduleType": [
11 "globals",
12 "node"
13 ],
14 "keywords": [
15 "promise",
16 "es6",
17 "polyfill",
18 "html5"
19 ],
20 "license": "MIT",
21 "ignore": [
22 "**/.*",
23 "node_modules",
24 "bower_components",
25 "test",
26 "tests"
27 ]
28}