UNPKG

814 BJSONView Raw
1{
2 "name": "alfred-link",
3 "version": "0.1.0",
4 "description": "Make your Alfred workflows installable from npm",
5 "license": "MIT",
6 "repository": "SamVerschueren/alfred-link",
7 "author": {
8 "name": "Sam Verschueren",
9 "email": "sam.verschueren@gmail.com",
10 "url": "github.com/SamVerschueren"
11 },
12 "bin": "cli.js",
13 "engines": {
14 "node": ">=4"
15 },
16 "scripts": {
17 "test": "xo"
18 },
19 "files": [
20 "index.js",
21 "lib",
22 "cli.js"
23 ],
24 "keywords": [
25 "cli-app",
26 "cli",
27 "alfred",
28 "link",
29 "symlink",
30 "packal"
31 ],
32 "dependencies": {
33 "del": "^2.2.2",
34 "path-exists": "^3.0.0",
35 "pify": "^2.3.0",
36 "pkg-up": "^1.0.0",
37 "plist": "^2.0.1",
38 "user-home": "^2.0.0"
39 },
40 "devDependencies": {
41 "xo": "*"
42 },
43 "xo": {
44 "esnext": true
45 }
46}