Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 279B

123456789101112131415
  1. {
  2. "name": "sass_sandbox",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "node-sass -w scss/ -o dist/css/ --recursive"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "node-sass": "^4.11.0"
  14. }
  15. }