42 lines
		
	
	
		
			807 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			807 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "how-npm-am-i",
 | |
| 	"version": "1.0.5",
 | |
| 	"description": "See how many downloads you get on npm each month, across all your packages",
 | |
| 	"homepage": "https://git.coolaj86.com/coolaj86/how-npm-am-i.js",
 | |
| 	"main": "index.js",
 | |
| 	"scripts": {
 | |
| 		"test": "node test.js"
 | |
| 	},
 | |
| 	"repository": {
 | |
| 		"type": "git",
 | |
| 		"url": "https://git.coolaj86.com/coolaj86/how-npm-am-i.js.git"
 | |
| 	},
 | |
| 	"bin": {
 | |
| 		"how-npm-am-i": "bin/how-npm-am-i.js"
 | |
| 	},
 | |
| 	"files": [
 | |
| 		"bin",
 | |
| 		"lib"
 | |
| 	],
 | |
| 	"keywords": [
 | |
| 		"npm",
 | |
| 		"download",
 | |
| 		"count",
 | |
| 		"monthly",
 | |
| 		"daily",
 | |
| 		"weekly",
 | |
| 		"all",
 | |
| 		"packages"
 | |
| 	],
 | |
| 	"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
| 	"license": "MPL-2.0",
 | |
| 	"dependencies": {
 | |
| 		"@root/request": "^1.3.11",
 | |
| 		"batchasync": "^1.0.2"
 | |
| 	},
 | |
| 	"bundledDependencies": [
 | |
| 		"@root/request",
 | |
| 		"batchasync"
 | |
| 	]
 | |
| }
 |