UNPKG

es6-promise-promise

Version:

module that exports the Promise property from es6-promise

28 lines (27 loc) 660 B
{ "name": "es6-promise-promise", "version": "1.0.0", "description": "module that exports the Promise property from es6-promise", "main": "index.js", "scripts": { "test": "node test/index.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/lrqdo/es6-promise-promise.git" }, "keywords": [ "es6-promise", "promise", "export" ], "author": "Serge havas <sinewyk@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/lrqdo/es6-promise-promise/issues" }, "homepage": "https://github.com/lrqdo/es6-promise-promise#readme", "dependencies": { "es6-promise": "^3.2.1" } }