-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 877 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
{
"name": "npmreg",
"version": "0.4.1",
"bin": "./bin/npmreg.js",
"main": "./bin/npmreg.js",
"description": "A npm registry switching shortcut command.",
"homepage": "https://github.com/hiwanz/npmreg",
"bugs": "https://github.com/hiwanz/npmreg/issues",
"author": {
"name": "hiwanz",
"email": "princeb4d@gmail.com",
"url": "https://github.com/hiwanz"
},
"repository": {
"type": "git",
"url": "https://github.com/hiwanz/npmreg"
},
"license": "MIT",
"files": [
"bin",
"config.json"
],
"keywords": [
"npmreg",
"npm registry",
"registry switcher"
],
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0"
},
"scripts": {
"test": "grunt"
}
}