12345678910111213141516171819 |
- {
- "author": "mklabs",
- "name": "noptify",
- "description": "nopt wrapper with commander-like API",
- "version": "0.0.3",
- "repository": {
- "type": "git",
- "url": "git://github.com/mklabs/noptify.git"
- },
- "dependencies": {
- "nopt": "~2.0.0"
- },
- "devDependencies": {
- "mocha": "~1.8.1"
- },
- "scripts": {
- "test": "mocha --reporter spec"
- }
- }
|