generated from alandsilva26/hotel-management-website-template
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
26 lines (26 loc) · 769 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
{
"name": "hotel-management-php",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch-sass": "node-sass --watch public/scss -o public/css/ -r",
"dev": "live-server --open=public/",
"start": "concurrently \"npm run watch-sass\" \"npm run dev\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/alandsilva26/hotel-management-php.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alandsilva26/hotel-management-php/issues"
},
"homepage": "https://github.com/alandsilva26/hotel-management-php#readme",
"devDependencies": {
"concurrently": "^5.3.0",
"live-server": "^1.2.1",
"node-sass": "^4.14.1"
}
}