forked from gocd/docs.go.cd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 830 Bytes
/
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
{
"name": "gocd-docs",
"repository": "https://github.com/gocd/docs.go.cd",
"version": "1.0.0",
"description": "Welcome to Go - an Open Sourced Continuous Integration and Release Management system. Please take a minute to understand [the basic concepts in Go](introduction/concepts_in_go.md) before you go any further.",
"main": "index.js",
"scripts": {
"hugo": "npx hugo",
"local-build": "npx hugo --environment=development",
"serve": "npx hugo serve -D",
"index": "npx grunt lunr-index"
},
"author": "ThoughtWorks, Inc.",
"license": "Apache-2.0",
"dependencies": {
"grunt": "^1.1.0",
"hugo-bin": "^0.60.0",
"lunr": "2.3.8",
"markdown-it": "^11.0.0",
"string": "^3.3.3",
"gray-matter": "^4.0.2",
"he": "^1.2.0"
},
"hugo-bin": {
"buildTags": "extended"
}
}