UNPKG

denymount

Version:
49 lines (48 loc) 1.19 kB
{ "name": "denymount", "description": "Prevent disks from mounting in OS X", "version": "2.3.0", "license": "Apache-2.0", "homepage": "https://github.com/resin-io-modules/denymount", "author": "Akis Kesoglou <akis@resin.io>", "contributors": [ "Juan Cruz Viotti <juan@resin.io>" ], "repository": { "type": "git", "url": "git://github.com/resin-io-modules/denymount.git" }, "main": "lib/index.js", "scripts": { "build": "make bin/denymount", "lint": "eslint **/*.js", "test": "npm run lint && mocha --recursive tests -R progress", "readme": "jsdoc2md --template doc/README.hbs lib/index.js > README.md" }, "keywords": [ "deny", "mount", "drive", "prevent" ], "directories": { "test": "tests" }, "devDependencies": { "chai": "^3.5.0", "eslint": "^2.4.0", "eslint-config-standard": "^5.1.0", "eslint-plugin-promise": "^1.1.0", "eslint-plugin-standard": "^1.3.2", "jsdoc-to-markdown": "^1.3.3", "mocha": "^2.4.5", "sinon": "^1.17.3", "sinon-chai": "^2.8.0" }, "dependencies": { "async": "^2.0.0-rc.2" }, "optionalDependencies": { "macmount": "^1.0.0" } }