mount/package.json

22 lines
373 B
JSON
Raw Normal View History

{
2018-04-09 16:07:06 +00:00
"name": "@tolitius/mount",
2018-12-04 17:13:20 +00:00
"version": "0.1.15",
"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"
}
}