diff --git a/package.json b/package.json new file mode 100644 index 0000000..da08627 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "mount", + "version": "0.1.12", + "license": "EPL-1.0", + "homepage": "https://github.com/tolitius/mount", + "repository": { + "type": "git", + "url": "https://github.com/tolitius/mount" + }, + "author": { + "name" : "tolitius", + "url" : "http://www.dotkam.com" + } + , + "files": [ + "src/*" + ], + "directories": { + "lib": "src" + } +}