package.json 400 B

1234567891011121314151617181920
  1. {
  2. "name": "notes-node",
  3. "version": "0.8.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Rimbolban",
  10. "license": "ISC",
  11. "dependencies": {
  12. "boxen": "^2.0.0",
  13. "chalk": "^2.4.1",
  14. "cli-table3": "^0.5.1",
  15. "justified": "^1.0.1",
  16. "lodash": "^4.17.11",
  17. "yargs": "^12.0.3-candidate.0"
  18. }
  19. }