-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 805 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
{
"name": "foodier",
"version": "1.0.0",
"description": "*Preentrega 3 - Gelabert Francisco - Comisión 52150 Coderhouse*",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass",
"sass:watch": "sass --watch scss/boost.scss css/boost.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franciscogelabert/PreEntrega3GelabertFrancisco.git"
},
"author": "Francisco Gelabert",
"license": "ISC",
"bugs": {
"url": "https://github.com/franciscogelabert/PreEntrega3GelabertFrancisco/issues"
},
"homepage": "https://github.com/franciscogelabert/PreEntrega3GelabertFrancisco#readme",
"dependencies": {
"sass": "^1.62.0",
"wow.js": "^1.2.2"
}
}