package.json 452 B

12345678910111213141516171819
  1. {
  2. "name": "lecampus",
  3. "version": "1.0.0",
  4. "description": "![](assets/quark-screenshots.jpg)",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "sass": "node-sass -w scss -o css-compiled"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://figureslibres.io/gogs/kevin/leca mpus.net.git"
  13. },
  14. "author": "",
  15. "license": "ISC",
  16. "devDependencies": {
  17. "node-sass": "^8.0.0"
  18. }
  19. }