forked from codeship/go-best-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 806 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
28
{
"name": "go-best-practices",
"version": "0.1.0",
"description": "Codeship Go best practices documents the standards we hold ourselves to, when delivering Golang projects.",
"main": "index.js",
"scripts": {
"test": "mdspell -r -n -a --en-us '{,!(node_modules)/**/}*.md'",
"fix": "mdspell -n -a --en-us '{,!(node_modules)/**/}*.md'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeship/go-best-practices.git"
},
"keywords": [
"go-best-practices",
"golang",
"codeship"
],
"author": "George MacRorie",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeship/go-best-practices/issues"
},
"homepage": "https://github.com/codeship/go-best-practices#readme",
"dependencies": {
"markdown-spellcheck": "~1.3.1"
}
}