am-i-used
Version:
Checks the NPM API for the download counts for each of your projects in the last month and displays them.
31 lines (30 loc) • 703 B
JSON
{
"name": "am-i-used",
"bin": "index.js",
"version": "0.0.8",
"description": "Checks the NPM API for the download counts for each of your projects in the last month and displays them.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/yamadapc/am-i-used"
},
"keywords": [
"fun",
"toy",
"npm",
"open",
"source"
],
"author": "Pedro Tacla Yamada",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamadapc/am-i-used/issues"
},
"homepage": "https://github.com/yamadapc/am-i-used",
"dependencies": {
"async": "^2.1.4",
"superagent": "^0.21.0"
}
}