-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 971 Bytes
/
package.json
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
27
28
29
{
"name": "inmobiliaria-mealla",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"https://github.com/Random003/Inmobiliaria-Mealla/blob/master/images/coderLogo.png\" alt=\"Logo de coder\"/> </p>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "node-sass --include-path scss scss/styleSass.scss css/styleSass.css",
"watch-css": "nodemon -e scss -x \"npm run build-css\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Random003/Inmobiliaria-Mealla.git"
},
"author": "Juan Pablo Mealla",
"license": "ISC",
"bugs": {
"url": "https://github.com/Random003/Inmobiliaria-Mealla/issues"
},
"homepage": "https://github.com/Random003/Inmobiliaria-Mealla#readme",
"devDependencies": {
"node-sass": "^7.0.1",
"nodemon": "^2.0.18"
},
"dependencies": {
"noty": "^3.2.0-beta-deprecated",
"sweetalert2": "^11.4.24"
}
}