Keine Beschreibung

package.json 368B

12345678910111213141516171819
  1. {
  2. "author": "mklabs",
  3. "name": "noptify",
  4. "description": "nopt wrapper with commander-like API",
  5. "version": "0.0.3",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/mklabs/noptify.git"
  9. },
  10. "dependencies": {
  11. "nopt": "~2.0.0"
  12. },
  13. "devDependencies": {
  14. "mocha": "~1.8.1"
  15. },
  16. "scripts": {
  17. "test": "mocha --reporter spec"
  18. }
  19. }