blob: 2c4c380380568b79a23fda3b36bb14fbea062ac5 [file] [log] [blame]
{
"author": "ForbesLindesay",
"description": "Test whether an object looks like a promises-a+ promise",
"devDependencies": {
"better-assert": "~0.1.0",
"mocha": "~1.7.4"
},
"license": "MIT",
"main": "index.js",
"name": "is-promise",
"repository": {
"type": "git",
"url": "https://github.com/then/is-promise.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "2.1.0"
}