aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/package.json b/package.json
index 6883746..396be07 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,16 @@
{
"name": "commonmark-spec",
- "version": "-",
- "description": "Commonmark spec.",
+ "version": "0.27.0",
+ "description": "CommonMark spec and test cases",
+ "homepage": "http://commonmark.org",
+ "license": "CC-BY-SA-4.0",
"keywords": [
"commonmark",
"markdown"
],
- "repository": "jgm/CommonMark",
+ "repository":
+ { "type": "git",
+ "url": "https://github.com/jgm/CommonMark.git" },
"license": "MIT",
"files": [
"index.js",