diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-13 00:18:47 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-13 00:18:47 +0200 |
commit | ba56801352359e606e261b1fc066af4e394c47c9 (patch) | |
tree | 20c26cfd18f30858baf7527f3720e9011e3b6f57 /packages/gitbook-plugin | |
parent | 48ee0e35b0a9f77cfc66b2ec35a45e487020c847 (diff) | |
download | gitbook-ba56801352359e606e261b1fc066af4e394c47c9.zip gitbook-ba56801352359e606e261b1fc066af4e394c47c9.tar.gz gitbook-ba56801352359e606e261b1fc066af4e394c47c9.tar.bz2 |
Add base for new fontsettings plugin
Diffstat (limited to 'packages/gitbook-plugin')
-rw-r--r-- | packages/gitbook-plugin/package.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/packages/gitbook-plugin/package.json b/packages/gitbook-plugin/package.json index 64cbf6b..3927023 100644 --- a/packages/gitbook-plugin/package.json +++ b/packages/gitbook-plugin/package.json @@ -1,39 +1,39 @@ { - "name": "gitbook-plugin", - "version": "4.0.0", - "description": "CLI for compiling and testing plugins", - "main": "./lib/index.js", - "dependencies": { - "babel-preset-es2015": "^6.14.0", - "babel-preset-react": "^6.11.1", - "babelify": "^7.3.0", - "browserify": "^13.1.0", - "commander": "^2.9.0", - "fs-extra": "^0.30.0", - "inquirer": "^1.1.3", - "q": "^1.4.1", - "winston": "^2.2.0" - }, - "devDependencies": { - "babel-cli": "^6.14.0", - "babel-preset-es2015": "^6.14.0", - "babel-preset-react": "^6.11.1", - "babel-preset-stage-2": "^6.13.0" - }, - "bin": { - "gitbook-plugin": "./lib/cli.js" - }, - "scripts": { - "dist": "rm -rf lib/ && babel -d lib/ src/ && chmod +x ./lib/cli.js", - "prepublish": "npm run dist" - }, - "repository": { - "type": "git", - "url": "https://github.com/GitbookIO/gitbook.git" - }, - "author": "GitBook Inc. <contact@gitbook.com>", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/GitbookIO/gitbook/issues" - } + "name": "gitbook-plugin", + "version": "4.0.0", + "description": "CLI for compiling and testing plugins", + "main": "./lib/index.js", + "dependencies": { + "babel-preset-es2015": "^6.14.0", + "babel-preset-react": "^6.11.1", + "babelify": "^7.3.0", + "browserify": "^13.1.0", + "commander": "^2.9.0", + "fs-extra": "^0.30.0", + "inquirer": "^1.1.3", + "q": "^1.4.1", + "winston": "^2.2.0" + }, + "devDependencies": { + "babel-cli": "^6.14.0", + "babel-preset-es2015": "^6.14.0", + "babel-preset-react": "^6.11.1", + "babel-preset-stage-2": "^6.13.0" + }, + "bin": { + "gitbook-plugin": "./lib/cli.js" + }, + "scripts": { + "dist": "rm -rf lib/ && babel -d lib/ src/ && chmod +x ./lib/cli.js", + "prepublish": "npm run dist" + }, + "repository": { + "type": "git", + "url": "https://github.com/GitbookIO/gitbook.git" + }, + "author": "GitBook Inc. <contact@gitbook.com>", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/GitbookIO/gitbook/issues" + } }
\ No newline at end of file |