forked from timoxley/linklocal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 937 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
39
40
41
42
43
44
45
46
{
"name": "linklocal",
"version": "2.5.1",
"description": "Install local dependencies as symlinks.",
"main": "index.js",
"scripts": {
"test": "tape test/*.js | tap-spec"
},
"engines": {
"npm": ">=2.0.0"
},
"author": "Tim Oxley <[email protected]>",
"license": "MIT",
"devDependencies": {
"tap-spec": "^2.2.0",
"tape": "^3.4.0"
},
"dependencies": {
"commander": "~2.6.0",
"debug": "~2.1.0",
"map-limit": "0.0.1",
"mkdirp": "~0.5.0",
"rimraf": "~2.2.8"
},
"bin": {
"linklocal": "bin/linklocal.js"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/timoxley/linklocal.git"
},
"keywords": [
"npm",
"packages",
"symlink",
"dependencies",
"modules"
],
"bugs": {
"url": "https://github.com/timoxley/linklocal/issues"
},
"homepage": "https://github.com/timoxley/linklocal"
}