-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 762 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
28
29
30
{
"name": "static-site",
"version": "1.0.0",
"description": "Static site is created for we UI developers. It can compile SCSS, start a server and also it has live reload.",
"main": "assets/js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/swasatz/static-site"
},
"keywords": [
"HTML/CSS",
"SASS",
"SCSS",
"live reload",
""
],
"author": "Satheesh Kumar S",
"Organisation": "Mallow Technologies",
"license": "MIT",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-livereload": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-webserver": "^0.9.1"
},
"dependencies": {}
}