summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-markdown
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-markdown')
-rw-r--r--packages/gitbook-markdown/lib/index.js5
-rw-r--r--packages/gitbook-markdown/package.json35
2 files changed, 40 insertions, 0 deletions
diff --git a/packages/gitbook-markdown/lib/index.js b/packages/gitbook-markdown/lib/index.js
new file mode 100644
index 0000000..24f3ea5
--- /dev/null
+++ b/packages/gitbook-markdown/lib/index.js
@@ -0,0 +1,5 @@
+
+
+module.exports = {
+
+};
diff --git a/packages/gitbook-markdown/package.json b/packages/gitbook-markdown/package.json
new file mode 100644
index 0000000..abbde1f
--- /dev/null
+++ b/packages/gitbook-markdown/package.json
@@ -0,0 +1,35 @@
+{
+ "name": "gitbook-markdown",
+ "version": "0.0.0",
+ "homepage": "https://www.gitbook.com",
+ "description": "Parse markdown content for gitbook",
+ "main": "lib/index.js",
+ "dependencies": {
+ "lodash": "2.4.1"
+ },
+ "devDependencies": {
+ "mocha": "1.18.2"
+ },
+ "scripts": {
+ "test": "export TESTING=true; mocha --reporter list"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/GitbookIO/gitbook-markdown.git"
+ },
+ "author": "FriendCode Inc. <contact@gitbook.com>",
+ "license": "Apache 2",
+ "bugs": {
+ "url": "https://github.com/GitbookIO/gitbook-markdown/issues"
+ },
+ "contributors": [
+ {
+ "name": "Aaron O'Mullan",
+ "email": "aaron@gitbook.com"
+ },
+ {
+ "name": "Samy Pessé",
+ "email": "samy@gitbook.com"
+ }
+ ]
+}