Add package.json for npmjs.com publishing
This commit is contained in:
parent
dc59f3ec98
commit
75d05e3158
1 changed files with 21 additions and 0 deletions
21
package.json
Normal file
21
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue