-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 809 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 809 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
{
"name": "pkgstat",
"version": "1.2.4",
"description": "Search package stats & info on npm, rubygems, pypi",
"main": "index.js",
"scripts": {
"test": "standard && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prdpx7/pkgstat.git"
},
"keywords": [
"package search",
"package available",
"node package",
"ruby package",
"python package",
"pkg info",
"pkg status"
],
"author": "Pradeep Khileri <pradeepchoudhary009@gmail.com> (https://prdpx7.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/prdpx7/pkgstat/issues"
},
"homepage": "https://github.com/prdpx7/pkgstat#readme",
"dependencies": {
"got": "^6.7.1"
},
"devDependencies": {
"ava": "^0.18.2",
"standard": "^10.0.3"
}
}