-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.08 KB
/
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
47
48
49
50
51
{
"name": "npm-pkgs-cli",
"version": "0.1.0",
"description": "CLI for listing and filtering user npm packages from the npmjs.com! Using `tunnckoCore/npm-pkgs-filter`",
"scripts": {
"test": "node test.js"
},
"author": {
"name": "Charlike Mike Reagent",
"email": "mameto_100@mail.bg",
"url": "https://github.com/tunnckoCore"
},
"repository": {
"type": "git",
"url": "git://github.com/tunnckoCore/npm-pkgs-cli.git"
},
"keywords": [
"cli",
"filter",
"get",
"helper",
"list",
"npm",
"packages",
"pkgs",
"profile",
"user",
"utils"
],
"license": {
"type": "MIT",
"url": "https://github.com/tunnckoCore/npm-pkgs-cli/blob/master/license.md"
},
"dependencies": {
"assert-kindof": "~1.0.0",
"chalk": "~1.0.0",
"log-symbols": "~1.0.2",
"meow": "~3.1.0",
"multiline": "~1.0.2",
"npm-pkgs-filter": "~1.0.0"
},
"devDependencies": {
"assertit": "^0.1.0",
"istanbul-harmony": "~0.3.1"
},
"bin": {
"npm-pkgs-filter": "cli.js",
"npm-pkgs": "cli.js",
"pkgs": "cli.js"
}
}