-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 911 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}