Skip to content

Commit

Permalink
0.0.3 node 0.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Aug 12, 2012
1 parent 6d135d2 commit 46293ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
"author": "Thorsten Lorenz <[email protected]> (thorstenlorenz.wordpress.com)",
"name": "doctoc",
"description": "Generates TOC for markdown files of local git repo.",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/doctoc.git"
},
"main": "doctoc.js",
"bin" : "doctoc.js",
"bin": "doctoc.js",
"engines": {
"node": ">=0.4"
},
"dependencies": {
"underscore": ">=1.3.3"
"underscore": ">=1.3.3"
},
"devDependencies": {},
"license" : "MIT/X11",
"license": "MIT/X11",
"keywords": [
"github",
"markdown",
"documentation",
"parser"
"github",
"markdown",
"documentation",
"parser"
]
}

0 comments on commit 46293ee

Please sign in to comment.