package.json 410 B

123456789101112131415161718
  1. {
  2. "name": "pend",
  3. "version": "1.2.0",
  4. "description": "dead-simple optimistic async helper",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test.js"
  8. },
  9. "author": "Andrew Kelley <superjoe30@gmail.com>",
  10. "license": "MIT",
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/andrewrk/node-pend.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/andrewrk/node-pend/issues"
  17. }
  18. }