UNPKG

osa

Version:

node.js module for interfacing with OSX 10.10 Javascript OSA Scripting

39 lines (38 loc) 911 B
{ "name": "osa", "version": "2.5.0", "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": "^3.5.0", "coveralls": "^2.11.14", "istanbul": "^0.4.5", "mocha": "^3.1.2", "semistandard": "^9.1.0" } }