package.json 353 B

123456789101112131415161718
  1. {
  2. "name": "dev.eql.fr",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "sass": "node-sass -w scss -o css-compiled"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://figureslibres.io/gogs/bachir/d9-eql.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "devDependencies": {
  16. "node-sass": "^6.0.1"
  17. }
  18. }