UNPKG

can-reflect-promise

Version:
65 lines (64 loc) 1.89 kB
{ "name": "can-reflect-promise", "version": "2.2.1", "description": "Reflection support for Promise types", "homepage": "https://canjs.com/doc/can-reflect-promise.html", "author": "Bitovi <contact@bitovi.com> (https://www.bitovi.com)", "scripts": { "preversion": "npm test", "postpublish": "git push --tags && git push", "testee": "testee test/test.html --browsers firefox", "test": "npm run detect-cycle && npm run jshint && npm run testee", "jshint": "jshint *.js --config", "release:pre": "npm version prerelease && npm publish --tag pre", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "develop": "done-serve --static --develop --port 8080", "detect-cycle": "detect-cyclic-packages --ignore done-serve" }, "main": "can-reflect-promise", "keywords": [ "canjs", "canjs-plugin", "donejs" ], "system": { "configDependencies": [ "live-reload" ], "npmAlgorithm": "flat" }, "dependencies": { "can-key-tree": "^1.0.0", "can-log": "^1.0.0", "can-observation": "^4.0.0", "can-observation-recorder": "^1.0.0", "can-queues": "^1.0.0", "can-reflect": "^1.1.0", "can-symbol": "^1.0.0" }, "devDependencies": { "can-jquery": "^3.2.0", "can-globals": "^1.0.0", "can-test-helpers": "^1.1.0", "detect-cyclic-packages": "^1.1.0", "jshint": "^2.9.1", "steal": "^2.2.1", "steal-benchmark": "0.0.1", "steal-qunit": "^2.0.0", "steal-tools": "^2.2.1", "testee": "^0.9.0" }, "repository": { "type": "git", "url": "git://github.com/canjs/can-reflect-promise.git" }, "bugs": { "url": "https://github.com/canjs/can-reflect-promise/issues" }, "directories": { "test": "test" }, "license": "MIT" }