summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-headings/package.json
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-10-05 20:14:08 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-10-05 20:14:08 +0200
commit6faf6a53f08d65f7e51724911473ad1832dcb2ba (patch)
treeda095dcca7700329e639e019362f9668be69f864 /packages/gitbook-plugin-headings/package.json
parentbced415a50d3031040a42cdc2cd3b02a2a241ff0 (diff)
downloadgitbook-6faf6a53f08d65f7e51724911473ad1832dcb2ba.zip
gitbook-6faf6a53f08d65f7e51724911473ad1832dcb2ba.tar.gz
gitbook-6faf6a53f08d65f7e51724911473ad1832dcb2ba.tar.bz2
Replace plugin fontsettings by creating plugin headings :hammer:
Diffstat (limited to 'packages/gitbook-plugin-headings/package.json')
-rw-r--r--packages/gitbook-plugin-headings/package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-headings/package.json b/packages/gitbook-plugin-headings/package.json
new file mode 100644
index 0000000..52c69d8
--- /dev/null
+++ b/packages/gitbook-plugin-headings/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "gitbook-plugin-headings",
+ "description": "Automatically add anchors to headings",
+ "main": "index.js",
+ "browser": "./_assets/plugin.js",
+ "version": "1.0.0",
+ "dependencies": {
+ "gitbook-core": "^0.0.0"
+ },
+ "devDependencies": {
+ "gitbook-plugin": "*"
+ },
+ "engines": {
+ "gitbook": ">=3.0.0"
+ },
+ "scripts": {
+ "build-js": "gitbook-plugin build ./src/index.js ./_assets/plugin.js",
+ "prepublish": "npm run build-js"
+ },
+ "homepage": "https://github.com/GitbookIO/gitbook",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/GitbookIO/gitbook.git"
+ },
+ "bugs": {
+ "url": "https://github.com/GitbookIO/gitbook/issues"
+ }
+}