12345678910111213141516171819 |
- {
- "name": "lecampus",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "sass": "node-sass -w scss -o css-compiled"
- },
- "repository": {
- "type": "git",
- "url": "https://figureslibres.io/gogs/kevin/leca mpus.net.git"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "node-sass": "^8.0.0"
- }
- }
|