initial commit

This commit is contained in:
Mahdi Dibaiee
2015-06-26 21:50:54 +04:30
parent 6dd19847bb
commit 848ae4117c
9 changed files with 298 additions and 2 deletions

3
.gitignore vendored
View File

@ -25,3 +25,6 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
# Test file I use to test my module
test.js