aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-12-09 22:22:48 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-12-09 22:22:48 +0100
commit0a2d6af06db880bf4062d444bf8b7e2df6aacef2 (patch)
treec75c9e00192beab5bb743894512657d63f47240e /package.json
parent4e9b80ece8979c6dfd79a08672fa13c4d3104fd2 (diff)
Improved npm package: package.json and index.js.
Added .tests (JSON) and .version to index.js. Added version. Added license, description.
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",