forked from mburns/nomic
-
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) · 707 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 707 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": "nomic",
"version": "1.0.0",
"description": "Nomic is a game in which changing the rules is a move.",
"main": "index.js",
"scripts": {
"test": "markdownlint --config .markdownlint.json *.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mburns/nomic.git"
},
"keywords": [
"nomic"
],
"author": "Michael Burns <michael@mirwin.net>",
"contributors": [{
"name": "Justin Gallardo",
"email": "justin.gallardo@gmail.com"
}],
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/mburns/nomic/issues"
},
"homepage": "https://github.com/mburns/nomic#readme",
"devDependencies": {
"markdownlint-cli": "0.0.3"
}
}