mount/package.json
anatoly ed1c9944f6 npm: update package.json version
also remove circle.yml
2018-10-26 08:54:42 -04:00

21 lines
373 B
JSON

{
"name": "@tolitius/mount",
"version": "0.1.14",
"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"
}
}