summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..84d8426
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "gitbook",
+ "version": "0.0.0",
+ "description": "Library and cmd utility to generate GitBooks",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/GitbookIO/gitbook.git"
+ },
+ "keywords": [
+ "git",
+ "book",
+ "gitbook"
+ ],
+ "author": "Aaron O'Mullan <aaron.omullan@friendco.de>",
+ "license": "Apache 2",
+ "bugs": {
+ "url": "https://github.com/GitbookIO/gitbook/issues"
+ }
+}