21 lines
447 B
JSON
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": "*"
|
|
}
|
|
} |