mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-22 17:55:20 +01:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "mountutils",
|
||
|
"version": "1.3.19",
|
||
|
"main": "index.js",
|
||
|
"description": "Cross platform mount related utilities",
|
||
|
"homepage": "https://github.com/resin-io-modules/mountutils",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/resin-io-modules/mountutils.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"mount",
|
||
|
"utils",
|
||
|
"unmount",
|
||
|
"unmounDisk",
|
||
|
"cross",
|
||
|
"platform"
|
||
|
],
|
||
|
"directories": {
|
||
|
"test": "tests"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"configure": "node-gyp configure",
|
||
|
"build": "node-gyp build",
|
||
|
"rebuild": "node-gyp rebuild",
|
||
|
"readme": "jsdoc2md --template docs/README.hbs index.js > README.md",
|
||
|
"lint-js": "eslint *.js",
|
||
|
"lint-cpp": "cpplint --recursive src",
|
||
|
"lint": "npm run lint-js && npm run lint-cpp",
|
||
|
"test": "mocha tests -R spec",
|
||
|
"install": "prebuild-install || node-gyp rebuild",
|
||
|
"prebuild-release": "prebuild --all --strip"
|
||
|
},
|
||
|
"author": "Juan Cruz Viotti <juan@resin.io>",
|
||
|
"license": "Apache-2.0",
|
||
|
"devDependencies": {
|
||
|
"chai": "^4.1.2",
|
||
|
"eslint": "^4.19.1",
|
||
|
"jsdoc-to-markdown": "^4.0.1",
|
||
|
"mocha": "^5.2.0",
|
||
|
"prebuild": "^7.6.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bindings": "^1.3.0",
|
||
|
"nan": "^2.14.0",
|
||
|
"prebuild-install": "^4.0.0"
|
||
|
},
|
||
|
"gypfile": true,
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/resin-io-modules/mountutils/issues"
|
||
|
}
|
||
|
}
|