Skip to content

Commit

Permalink
package.json and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Aug 22, 2011
0 parents commit 3717ec9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.un~
/node_modules
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
"name": "bash",
"description": "Utilities for using bash from node.js.",
"version": "0.0.0",
"homepage": "https://github.com/felixge/node-bash",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-bash.git"
},
"main": "./index",
"engines": {
"node": "*"
},
"dependencies": {},
"devDependencies": {}
}

0 comments on commit 3717ec9

Please sign in to comment.