forked from AbhiHack2/Bootstrap_Restaurant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 846 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "git-test",
"version": "1.0.0",
"description": "this is a test directory to learn git and node\u001b[D\u001b[D\u001b[N\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[G\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C entry",
"main": "index.html",
"scripts": {
"start": "npm run watch:all",
"test": "echo \"Error: no test specified\" && exit 1",
"lite": "lite-server",
"scss": "node-sass -o css/ css/",
"watch:scss": "onchange \"css/*.scss\" -- npm run scss",
"watch:all": "parallelshell \"npm run watch:scss\" \"npm run lite\""
},
"author": "Abhishek Jindal",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"lite-server": "^2.5.4",
"node-sass": "^4.14.1",
"onchange": "^3.3.0",
"parallelshell": "^3.0.2"
}
}