Skip to content

Commit

Permalink
updating to help install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
delza committed Feb 6, 2012
1 parent f59f4e5 commit 8f525fd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
build
node_modules

docs
public
19 changes: 18 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,11 @@
, "version": "0.0.1"
, "description": "A format for literate web programming based on Markdown"
, "keywords": ["literate"]
, "author": "Dethe Elza <dethe@livingcode.org>"
, "author": {
"name": "Dethe Elza"
, "email": "dethe@livingcode.org"
, "url": "http://livingcode.org"
}
, "dependencies": {
"markdown": ">= 0.3.1",
"mustache": ">= 0.4.0",
Expand All @@ -12,5 +16,18 @@
"findit": ">= 0.1.2"
}
, "main": "index"
, "bin": {
"oextract": "./bin/oextract"
, "oclean": "./bin/oclean"
, "odeploy": "./bin/odeploy"
, "owatch": "./bin/owatch"
}
, "bugs": "https://github.com/dethe/obloq/issues"
, "repository":
{
"type": "git"
, "url": "https://github.com/dethe/obloq.git"
}
, "preferGlobal": true
, "engines": { "node": "0.4.x" }
}

0 comments on commit 8f525fd

Please sign in to comment.