mac-open
Version:
Opens files from a shell via mac's open command.
54 lines (53 loc) • 1.18 kB
JSON
{
"name": "mac-open",
"description": "Opens files from a shell via mac's open command.",
"version": "0.1.3",
"homepage": "https://github.com/weareinteractive/node-mac-open",
"author": {
"name": "franklin",
"email": "franklin@weareinteractive.com",
"url": "http://wwww.weareinteractive.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/weareinteractive/node-mac-open.git"
},
"bugs": {
"url": "https://github.com/weareinteractive/node-mac-open/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/weareinteractive/node-mac-open/blob/master/LICENSE-MIT"
}
],
"main": "lib/mac-open",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test:travis"
},
"config": {
"blanket": {
"pattern": ["mac-open/lib"]
}
},
"devDependencies": {
"chai": "~1.9",
"grunt-coffeelint": "~0.0",
"grunt-contrib-coffee": "~0.10",
"grunt-mocha-cov": "~0.2",
"coffee-script": "~1.7",
"grunt-bumper": "~1.0",
"grunt": "~0.4"
},
"keywords": [
"mac",
"url",
"open",
"file",
"browser",
"application"
]
}