Files
openclaw-backups/skills/imap-smtp-email/node_modules/promise/package.json
2026-02-17 15:50:53 +00:00

21 lines
447 B
JSON

{
"name": "promise",
"version": "1.3.0",
"description": "Bare bones Promises/A+ implementation",
"main": "index.js",
"scripts": {
"test": "promises-aplus-tests test/adapter-a.js"
},
"repository": {
"type": "git",
"url": "https://github.com/then/promise.git"
},
"author": "ForbesLindesay",
"license": "MIT",
"dependencies": {
"is-promise": "~1"
},
"devDependencies": {
"promises-aplus-tests": "*"
}
}