-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 684 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 684 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
27
{
"name": "css-diary",
"version": "1.0.0",
"description": "CSS workshop",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile:sass":"node-sass sass/main.scss css/style.css",
"compile:sass-watch":"node-sass sass/main.scss css/style.css -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevYunus/CSS-Diary.git"
},
"keywords": [
"CSS"
],
"author": "Yunus Shaikh",
"license": "ISC",
"bugs": {
"url": "https://github.com/DevYunus/CSS-Diary/issues"
},
"homepage": "https://github.com/DevYunus/CSS-Diary#readme",
"devDependencies": {
"node-sass": "^4.11.0"
}
}