install-stats
Version:
Record install stats for npm modules
25 lines (24 loc) • 498 B
JSON
{
"name": "install-stats",
"version": "1.0.6",
"description": "Record install stats for npm modules",
"keywords": [
"analytics",
"tracking",
"installs",
"stats"
],
"main": "index.js",
"scripts": {
"postinstall": "TID=UA-265870-43 ./bin/install-stats"
},
"bin": {
"install-stats": "bin/install-stats"
},
"repository": {
"type": "git",
"url": "https://github.com/andrew/install-stats"
},
"author": "Andrew Nesbitt",
"license": "LGPL-3.0"
}