| 123456789101112131415161718 |
- {
- "name": "node-cli-config",
- "version": "0.0.1",
- "description": "cli config management",
- "dependencies": {
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/airyland/node-cli-config.git"
- },
- "devDependencies": {
- "mocha": "*",
- "should": "*"
- },
- "scripts": {
- "test": "node_modules/.bin/mocha test/"
- }
- }
|