package.json 352 B

123456789101112131415161718
  1. {
  2. "name": "node-cli-config",
  3. "version": "0.0.1",
  4. "description": "cli config management",
  5. "dependencies": {
  6. },
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/airyland/node-cli-config.git"
  10. },
  11. "devDependencies": {
  12. "mocha": "*",
  13. "should": "*"
  14. },
  15. "scripts": {
  16. "test": "node_modules/.bin/mocha test/"
  17. }
  18. }