-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
35 lines (35 loc) · 1016 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
{
"name": "dot-clipboard",
"version": "1.2.4",
"description": ".clipboard - a daemon that runs scripts from `~/.dot-clipboard` each time the clipboard content change",
"main": "index.js",
"keywords": [
"clipboard",
"workflow",
"automation"
],
"homepage": "https://github.com/FGRibreau/dot-clipboard",
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com/)",
"license": "MIT",
"preferGlobal": true,
"bin": "./bin/dot-clipboard",
"repository": {
"type": "git",
"url": "https://github.com/FGRibreau/dot-clipboard.git"
},
"bugs": {
"url": "https://github.com/FGRibreau/issues"
},
"contributors": [],
"scripts": {
"postinstall": "mkdir -p ~/.clipboard; cp -n -R -v ./examples/ ~/.clipboard; cd ~/.clipboard/; npm install async request growl; exit 0"
},
"dependencies": {
"async": "^0.9.0",
"clipboard-watcher": "0.0.3",
"growl": "^1.8.1",
"lodash": "^2.4.1",
"walker": "~1.0.6",
"NodObjC": "1.0.0"
}
}