package.json 485 B

123456789101112
  1. { "name" : "nopt"
  2. , "version" : "1.0.10"
  3. , "description" : "Option parsing for Node, supporting types, shorthands, etc. Used by npm."
  4. , "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
  5. , "main" : "lib/nopt.js"
  6. , "scripts" : { "test" : "node lib/nopt.js" }
  7. , "repository" : "http://github.com/isaacs/nopt"
  8. , "bin" : "./bin/nopt.js"
  9. , "license" :
  10. { "type" : "MIT"
  11. , "url" : "https://github.com/isaacs/nopt/raw/master/LICENSE" }
  12. , "dependencies" : { "abbrev" : "1" }}