MicroCommunityWeb/node_modules/promise/package.json
2021-12-08 15:38:01 +08:00

23 lines
515 B
JSON
Executable File

{
"name": "promise",
"version": "2.0.0",
"description": "Bare bones Promises/A+ implementation",
"main": "index.js",
"scripts": {
"test": "mocha -R spec --timeout 200 --slow 99999"
},
"repository": {
"type": "git",
"url": "https://github.com/then/promise.git"
},
"author": "ForbesLindesay",
"license": "MIT",
"dependencies": {
"is-promise": "~1"
},
"devDependencies": {
"promises-aplus-tests": "*",
"mocha-as-promised": "~1.2.1",
"better-assert": "~1.0.0"
}
}