Guest User

Untitled

a guest
Dec 17th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. "name": "npm-scrips",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build-styles": "node-sass --include-path scss sass/main.scss build/css/styles.css",
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "start": "nodemon -e js,scss -x \"npm run build-styles\" --ignore build/"
  10. },
  11. "author": "",
  12. "license": "ISC"
  13. }
Add Comment
Please, Sign In to add comment