-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 804 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 804 Bytes
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
{
"name": "peerlink",
"version": "0.0.5",
"description": "Offers `npm link` functionaltiy for developing with peerDependencies.",
"dependencies": {
"saw": "~0.5.2",
"commander": "~2.0.0",
"stact": "0.0.11",
"mkdirp": "~0.3.5",
"cp": "~0.1.1",
"rimraf": "~2.2.2"
},
"devDependencies": {},
"main": "peerlink.js",
"bin": {
"peerlink-daemon": "bin/peerlink-daemon",
"peerlink": "bin/peerlink"
},
"repository": {
"type": "git",
"url": "git://github.com/TerraEclipse/node-peerlink.git"
},
"homepage": "https://github.com/TerraEclipse/node-peerlink",
"keywords": [
"peerDependencies"
],
"author": "Brian Link <cpsubrian@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TerraEclipse/node-peerlink/issues"
}
}