package.json 409 B

123456789101112131415161718
  1. {
  2. "name": "proto-list",
  3. "version": "1.2.4",
  4. "description": "A utility for managing a prototype chain",
  5. "main": "./proto-list.js",
  6. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  7. "scripts": {
  8. "test": "tap test/*.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/isaacs/proto-list"
  13. },
  14. "license": "ISC",
  15. "devDependencies": {
  16. "tap": "0"
  17. }
  18. }