summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@friendco.de>2014-03-30 20:10:04 -0700
committerAaron O'Mullan <aaron.omullan@friendco.de>2014-03-30 20:10:04 -0700
commit71e9d7bd800c4c5593e470ccbb2957436d5abea7 (patch)
treebcaa5d21a726b1bd358bfb2f57f8bd8a2aa2f96f
parent0a104b1f856f2beda134200512d065ce36619917 (diff)
downloadgitbook-71e9d7bd800c4c5593e470ccbb2957436d5abea7.zip
gitbook-71e9d7bd800c4c5593e470ccbb2957436d5abea7.tar.gz
gitbook-71e9d7bd800c4c5593e470ccbb2957436d5abea7.tar.bz2
Initial package.json
-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"
+ }
+}