UNPKG

283 BJSONView Raw
1{
2 "name": "applescript",
3 "description": "Easily execute arbitrary AppleScript code on OS X through NodeJS.",
4 "version": "1.0.0",
5 "author": "Nathan Rajlich <nathan@tootallnate.net>",
6 "keywords": [
7 "applescript",
8 "mac",
9 "osx"
10 ],
11 "main": "./lib/applescript"
12}