-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.02 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
{
"name": "skylight.digital",
"version": "1.0.0",
"description": "Skylight's flagship website",
"dependencies": {
"kind-of": ">=6.0.3"
},
"devDependencies": {
"cryptiles": ">=4.1.2",
"extend": ">=3.0.2",
"grunt-cli": "^1.4.3",
"kind-of": ">=6.0.3",
"minimist": ">=1.2.6"
},
"engines": {
"node": ">=7.10.0"
},
"scripts": {
"scss-lint": "bundle exec scss-lint ./_sass",
"html-lint": "bundle exec htmlproofer ./build",
"docker-run": "docker run --rm --volume=\"$PWD:/srv/jekyll\" --volume=\"$PWD/vendor/bundle:/usr/local/bundle\" --env JEKYLL_ENV=development -p 4000:4000 jekyll/jekyll:3.8 jekyll serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skylight-hq/skylight.digital.git"
},
"keywords": [
"skylight",
"site",
"consulting",
"digital-government"
],
"author": "Skylight",
"license": "MIT",
"bugs": {
"url": "https://github.com/skylight-hq/skylight.digital/issues"
},
"homepage": "https://skylight.digital"
}