Skip to content

Commit

Permalink
Sun Jan 5 10:35:45 MST 2014
Browse files Browse the repository at this point in the history
Initial project creation.
  • Loading branch information
jas- committed Jan 5, 2014
1 parent 9e922b5 commit aa6366b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
Empty file added CHANGELOG
Empty file.
Empty file added Makefile
Empty file.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./lib/libnmap.js')
9 changes: 9 additions & 0 deletions lib/node-libnmap.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*!
* node-libnmap
* Copyright(c) 2014 Jason Gerfen <jason.gerfen@gmail.com>
* License: MIT
*/

module.exports = function(){

}
Empty file added package.json
Empty file.
Empty file added test/run.js
Empty file.

0 comments on commit aa6366b

Please sign in to comment.