UNPKG

es6-promise

Version:

A lightweight library that provides tools for organizing asynchronous code

30 lines (29 loc) 598 B
{ "name": "es6-promise", "namespace": "Promise", "version": "2.0.0", "description": "A polyfill for ES6-style Promises, tracking rsvp", "authors": [ "Stefan Penner <stefan.penner@gmail.com>" ], "main": "dist/es6-promise.js", "keywords": [ "promise" ], "repository": { "type": "git", "url": "git://github.com/jakearchibald/ES6-Promises.git" }, "bugs": { "url": "https://github.com/jakearchibald/ES6-Promises/issues" } "license": "MIT", "ignore": [ "node_modules", "bower_components", "test", "tests", "vendor", "tasks" ] }