| { | |
| "author": "Andrew Kelley <superjoe30@gmail.com>", | |
| "bugs": { | |
| "url": "https://github.com/andrewrk/node-pend/issues" | |
| }, | |
| "description": "dead-simple optimistic async helper", | |
| "license": "MIT", | |
| "main": "index.js", | |
| "name": "pend", | |
| "repository": { | |
| "type": "git", | |
| "url": "git://github.com/andrewrk/node-pend.git" | |
| }, | |
| "scripts": { | |
| "test": "node test.js" | |
| }, | |
| "version": "1.2.0" | |
| } |