forked from michimani/simplog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 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
{
"name": "simplog",
"version": "1.0.0",
"description": "Simple blog theme for Hugo",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"css:scss": "node-sass static/scss -o static/css --output-style compressed",
"watch:scss": "watch 'npm run css:scss ' ./static/scss",
"test": "echo 'npm run test....'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michimani/simplog.git"
},
"author": "michimani",
"license": "MIT",
"bugs": {
"url": "https://github.com/michimani/simplog/issues"
},
"homepage": "https://github.com/michimani/simplog#readme",
"devDependencies": {
"node-sass": "^8.0.0",
"npm-check-updates": "^16.7.10",
"watch": "^0.13.0"
}
}