| { | |
| "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" | |
| } |