UNPKG

am-i-used

Version:

Checks the NPM API for the download counts for each of your projects in the last month and displays them.

28 lines (27 loc) 614 B
{ "name": "generate-badges-page", "version": "1.0.0", "description": "Generates NPM downloads badges page for an user.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/yamadapc/am-i-used.git" }, "keywords": [ "node", "badges", "npm" ], "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": { "am-i-used": "0.0.3" } }