es6-promise-shim
Version:
A lightweight implementation of Promise in pure ES5 code for older JS engines
38 lines (37 loc) • 869 B
JSON
{
"name": "es6-promise-shim",
"version": "0.1.1",
"description": "A lightweight implementation of Promise in pure ES5 code for older JS engines",
"main": "es6-promise-shim.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ariyankhan/es6-promise-shim.git"
},
"keywords": [
"es6-promise-shim",
"promise-shim",
"promise",
"es6-promise",
"promise-library",
"promise-implementations",
"es6",
"es6-harmony",
"es",
"javascript-promise",
"polyfill",
"ponyfill",
"promise-polyfill"
],
"author": "Ariyan Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/ariyankhan/es6-promise-shim/issues"
},
"homepage": "https://github.com/ariyankhan/es6-promise-shim#readme"
}