summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/package.json
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-12-22 12:31:22 +0100
committerSamy Pessé <samypesse@gmail.com>2016-12-22 12:31:22 +0100
commiteb0bf31baa6cb903ba4242ae5a3866ff67aeb97c (patch)
treee2347c9e8c58dd3c2681a6028b5f8d69c40d4e04 /packages/gitbook-asciidoc/package.json
parent1c1e58b8641cac34b5f3d7c05951f507557fcb1a (diff)
downloadgitbook-eb0bf31baa6cb903ba4242ae5a3866ff67aeb97c.zip
gitbook-eb0bf31baa6cb903ba4242ae5a3866ff67aeb97c.tar.gz
gitbook-eb0bf31baa6cb903ba4242ae5a3866ff67aeb97c.tar.bz2
Import gitbook-asciidoc
Diffstat (limited to 'packages/gitbook-asciidoc/package.json')
-rwxr-xr-xpackages/gitbook-asciidoc/package.json24
1 files changed, 6 insertions, 18 deletions
diff --git a/packages/gitbook-asciidoc/package.json b/packages/gitbook-asciidoc/package.json
index 118bcfe..0647794 100755
--- a/packages/gitbook-asciidoc/package.json
+++ b/packages/gitbook-asciidoc/package.json
@@ -9,29 +9,17 @@
"asciidoctor.js": "1.5.5-4",
"gitbook-html": "1.3.3"
},
- "devDependencies": {
- "mocha": "2.3.2"
- },
"scripts": {
- "test": "export TESTING=true; mocha --reporter list --bail"
+ "test": "mocha --reporter list --bail --compilers js:babel-register",
+ "prepublish": "rm -rf lib/ && babel -d lib/ src/ --source-maps"
},
"repository": {
"type": "git",
- "url": "https://github.com/GitbookIO/gitbook-asciidoc.git"
+ "url": "https://github.com/GitbookIO/gitbook.git"
},
- "author": "FriendCode Inc. <contact@gitbook.com>",
+ "author": "GitBook Inc. <contact@gitbook.com>",
"license": "Apache-2.0",
"bugs": {
- "url": "https://github.com/GitbookIO/gitbook-asciidoc/issues"
- },
- "contributors": [
- {
- "name": "Aaron O'Mullan",
- "email": "aaron@gitbook.com"
- },
- {
- "name": "Samy Pessé",
- "email": "samy@gitbook.com"
- }
- ]
+ "url": "https://github.com/GitbookIO/gitbook/issues"
+ }
}