-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "proyecto",
"version": "1.0.0",
"description": "Proyecto Final CoderHouse",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "node-sass --include-path scss app/style.scss styles/style.css",
"watch-css": "nodemon -e scss -x \"npm run build-css\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/gglibaak/eventnow_coderhouse.git"
},
"author": "Gabriel Gamarra Libaak",
"license": "ISC",
"bugs": {
"url": "https://github.com/gglibaak/eventnow_coderhouse/issues"
},
"homepage": "https://github.com/gglibaak/eventnow_coderhouse#readme",
"devDependencies": {
"node-sass": "^7.0.1",
"nodemon": "^2.0.15"
}
}