Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. {
  2. "private": true,
  3. "scripts": {
  4. "npm:install:gulp": "npm install -g gulp",
  5. "npm:install:bower": "npm install -g bower",
  6. "npm:install:grunt-cli": "npm install -g grunt-cli"
  7. },
  8. "devDependencies": {
  9. "bower": "^1.8.8",
  10. "grunt-cli": "^1.3.2",
  11. "gulp": "^3.9.1"
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement