filelink
Version:
Create file links.
45 lines • 988 B
JSON
{
"name": "filelink",
"version": "4.1.2",
"description": "Create file links.",
"main": "lib",
"scripts": {
"test": "./ci/test.js"
},
"repository": "okunishinishi/node-filelink",
"keywords": [
"file",
"symlink"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishitaka.com@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/okunishinishi/node-filelink/issues"
},
"homepage": "https://github.com/okunishinishi/node-filelink#readme",
"dependencies": {
"argx": "^4.0.4",
"asfs": "^2.3.0",
"filedel": "^4.1.1",
"rimraf": "^3.0.2"
},
"devDependencies": {
"amocha": "^7.0.1",
"ape-releasing": "^5.0.7",
"ape-reporting": "^3.0.2",
"ape-tasking": "^4.0.12",
"ape-tmpl": "^6.0.14",
"ape-updating": "^5.0.3",
"co": "^4.6.0",
"coz": "^7.2.0",
"injectmock": "^2.0.0"
},
"engines": {
"node": ">=8",
"npm": ">=5"
}
}