UNPKG

542 BJSONView Raw
1{
2 "name": "osascript",
3 "version": "1.1.0",
4 "description": "A stream for controlling macs through applescript or javascript",
5 "main": "index.js",
6 "directories": {
7 "test": "test",
8 "examples": "examples"
9 },
10 "scripts": {
11 "test": "echo \"Error: no test specified\" && exit 1"
12 },
13 "keywords": [
14 "applescript",
15 "osascript",
16 "apple-javascript",
17 "stream",
18 "spawn"
19 ],
20 "author": "Mikael Brevik <mikaelbre@gmail.com>",
21 "license": "MIT",
22 "dependencies": {
23 "duplex-child-process": "0.0.5"
24 }
25}