package.json 329 B

123456789101112131415
  1. {
  2. "name": "hhh-home-mb",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "compile:sass": "node-sass sass/main.scss css/style.css -w"
  9. },
  10. "author": "ana",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "node-sass": "^6.0.1"
  14. }
  15. }