From d6c615f2680e79bbb76cc85a056aadfe3524513f Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 24 Jan 2015 11:07:01 -0800
Subject: Removed JS implementation, which is moving to its own repo:

<https://github.com/jgm/commonmark.js>
---
 js/package.json | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 js/package.json

(limited to 'js/package.json')

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": "*"
-  }
-}
-- 
cgit v1.2.3