macos
Version:
node.js module for interfacing with OSX 10.10 Javascript OSA Scripting
39 lines (38 loc) • 913 B
JSON
{
"name": "macos",
"version": "0.0.1",
"description": "node.js module for interfacing with OSX 10.10 Javascript OSA Scripting",
"main": "lib/osa.js",
"scripts": {
"test": "mocha test",
"demo": "node demo/demo.js",
"lint": "semistandard",
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -u exports -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/brandonhorst/node-osa.git"
},
"keywords": [
"osa",
"osx",
"yosemite",
"applescript",
"osascript",
"automation",
"mac"
],
"author": "@brandonhorst",
"license": "MIT",
"bugs": {
"url": "https://github.com/brandonhorst/node-osa/issues"
},
"homepage": "https://github.com/brandonhorst/node-osa",
"devDependencies": {
"chai": "^1.9.1",
"coveralls": "^2.11.2",
"istanbul": "^0.3.2",
"mocha": "^1.21.5",
"semistandard": "^2.4.1"
}
}