Add package.json for npmjs.com publishing

This commit is contained in:
Andrea Richiardi 2018-04-06 21:30:20 -07:00
parent dc59f3ec98
commit 75d05e3158

21
package.json Normal file
View file

@ -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"
}
}