npm-download-count
Version:
Retrieve package's number of downloads in a period of time
22 lines (21 loc) • 433 B
JSON
{
"name": "npm-download-count",
"description": "Retrieve package's number of downloads in a period of time",
"keywords": [
"npm",
"npm-registry"
],
"version": "1.0.2",
"main": "index.js",
"dependencies": {
"bluebird": "^3.4.1",
"got": "^6.3.0"
},
"devDependencies": {
"moment": "^2.13.0"
},
"repository": "github:brillout/npm-download-count",
"scripts": {
"test": "node test.js"
}
}