diff --git a/.gitignore b/.gitignore index 9daa824..cd72d17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store node_modules +docs diff --git a/package.json b/package.json index 853cd19..62ae46f 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,8 @@ "express": "2.5.0", "coffee-script": "1.2.0", "coffeekup": "0.3.1" + }, + "devDependencies": { + "docco": "0.3.0" } }