summaryrefslogtreecommitdiff
path: root/js/package.json
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-24 11:07:01 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-24 11:07:01 -0800
commitd6c615f2680e79bbb76cc85a056aadfe3524513f (patch)
tree1df0b3fe4a85a6ffcbaf06809318fc40ed062708 /js/package.json
parent31530d93448bdf93c0797540a73c6b67586ad5e1 (diff)
Removed JS implementation, which is moving to its own repo:
<https://github.com/jgm/commonmark.js>
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/js/package.json b/js/package.json
deleted file mode 100644
index 97228b2..0000000
--- a/js/package.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{ "name": "commonmark",
- "description": "a strongly specified, highly compatible variant of Markdown",
- "version": "0.16.0",
- "homepage": "http://commonmark.org",
- "keywords":
- [ "markdown",
- "commonmark",
- "md",
- "stmd" ],
- "repository":
- { "type": "git",
- "url": "https://github.com/jgm/CommonMark.git" },
- "author": "John MacFarlane",
- "bugs": { "url": "https://github.com/jgm/CommonMark/issues" },
- "license": "BSD-3-Clause",
- "main": "./lib/index.js",
- "bin": { "commonmark": "./bin/commonmark" },
- "scripts": { "test": "node ./test.js" },
- "directories": {
- "lib": "./lib"
- },
- "engines": {
- "node": "*"
- }
-}