UNPKG

ayepromise

Version:
36 lines (35 loc) 865 B
{ "version": "1.1.3", "name": "ayepromise", "main": "./ayepromise.js", "description": "A teeny-tiny promise library", "homepage": "http://github.com/cburgmer/ayepromise", "license": "(BSD-2-Clause OR WTFPL)", "author": "Christoph Burgmer <christoph.burgmer@gmail.com>", "keywords": [ "q", "promise", "promises", "promises-a", "promises-aplus", "deferred", "future", "async", "flow control", "browser", "node" ], "repository": { "type": "git", "url": "git://github.com/cburgmer/ayepromise.git" }, "devDependencies": { "jasmine-node": "~1.14", "q": "*", "promises-aplus-tests": "2.x", "jshint": "~2.7.0" }, "scripts": { "test": "jshint ayepromise.js test/*.js && jasmine-node test --captureExceptions && promises-aplus-tests test/complianceTestSuiteAdapter.js" } }