-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 815 Bytes
/
package.json
File metadata and controls
26 lines (25 loc) · 815 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
26
{
"name": "trabajo-final-comision-33185",
"version": "1.0.0",
"description": "<h1 align=\"center\">Hi 👋, I'm Maxi</h1>\r <h3 align=\"center\">A passionate beginner frontend developer from Argentina</h3>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "node-sass --include-path scss scss/estilos.scss css/estilos.css",
"watch-css": "nodemon -e scss -x \"npm run build-css\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxigottig/mapicky.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maxigottig/mapicky/issues"
},
"homepage": "https://github.com/maxigottig/mapicky#readme",
"devDependencies": {
"node-sass": "^8.0.0",
"nodemon": "^2.0.20"
}
}