mount/package.json

24 lines
413 B
JSON
Raw Permalink Normal View History

{
2018-04-09 16:07:06 +00:00
"name": "@tolitius/mount",
2019-01-28 15:43:58 +00:00
"version": "0.1.16",
"license": "EPL-1.0",
"homepage": "https://github.com/tolitius/mount",
"repository": {
"type": "git",
"url": "https://github.com/tolitius/mount"
},
"author": {
2024-03-06 03:49:19 +00:00
"name": "tolitius",
"url": "http://www.dotkam.com"
},
"files": [
"src/*"
],
"directories": {
"lib": "src"
2024-03-06 03:49:19 +00:00
},
"dependencies": {
"ws": "^8.16.0"
}
}