forked from digital-land/digital-land
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 751 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 751 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
{
"name": "digital-land",
"version": "0.1.0",
"description": "hugo server -D",
"main": "index.js",
"scripts": {
"start": "gulp scss && trap 'kill %1' SIGINT; hugo serve -D --disableFastRender & gulp watch",
"scss": "gulp scss",
"watch": "gulp watch",
"build": "gulp scss && hugo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/communitiesuk/digital-land.git"
},
"author": "MHCLG",
"license": "ISC",
"bugs": {
"url": "https://github.com/communitiesuk/digital-land/issues"
},
"homepage": "https://github.com/communitiesuk/digital-land#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0"
}
}