-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 819 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 819 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
33
34
35
36
{
"name": "yrm",
"version": "1.0.5",
"description": "NPM registry manager can help you easy and fast switch between different npm registries, now include: cnpm, taobao, nj(nodejitsu), rednpm, edunpm",
"bin": {
"yrm": "./cli.js"
},
"repository": {
"type": "git",
"url": "git://github.com/i5ting/yrm.git"
},
"scripts": {
"star": "npm star yrm"
},
"keywords": [
"NPM",
"registry"
],
"author": "i5ting",
"license": "MIT",
"bugs": {
"url": "https://github.com/i5ting/yrm/issues"
},
"homepage": "https://github.com/i5ting/yrm",
"dependencies": {
"async": "^1.5.2",
"commander": "^2.9.0",
"extend": "^3.0.0",
"ini": "^1.1.0",
"node-echo": "^0.1.1",
"npm": "^3.10.3",
"only": "0.0.2",
"open": "0.0.5",
"request": "^2.72.0"
}
}