123456789101112131415 |
- {
- "name": "hhh-home-mb",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "compile:sass": "node-sass sass/main.scss css/style.css -w"
- },
- "author": "ana",
- "license": "ISC",
- "devDependencies": {
- "node-sass": "^6.0.1"
- }
- }
|