Guest User

Untitled

a guest
Jun 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "name": "node-project-starter",
  3. "version": "1.0.0",
  4. "description": "Generate nodeJs projects from a list of templates",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Gerade Geldenhuys",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "fs-extra": "^6.0.1",
  13. "inquirer": "^6.0.0"
  14. },
  15. "bin":{
  16. "my-templates": "index.js"
  17. }
  18. }
Add Comment
Please, Sign In to add comment