1234567891011121314151617181920 |
- {
- "name": "notes-node",
- "version": "0.8.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Rimbolban",
- "license": "ISC",
- "dependencies": {
- "boxen": "^2.0.0",
- "chalk": "^2.4.1",
- "cli-table3": "^0.5.1",
- "justified": "^1.0.1",
- "lodash": "^4.17.11",
- "yargs": "^12.0.3-candidate.0"
- }
- }
|