Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainfucker committed Jul 17, 2010
1 parent 24c3916 commit e93db49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
node-waf configure build
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ "name": "node-base64"
,"version": "1.0.0"
,"main": "./build/default"
,"description": "Node.js module for base64 encoding and decoding."
,"scripts" : { "install" : "./install.sh" }
,"dependencies": []
}

0 comments on commit e93db49

Please sign in to comment.