seeq
Version:
Search or detect name on some resource (GitHub, NPM, Bower, ...)
39 lines (38 loc) • 1.5 kB
JSON
[
{
"name": "GitHub",
"description": "GitHub repositories",
"url": "https://github.com",
"tag": ["github", "repository", "project", "library", "framework", "package"],
"note": "For requests using Basic Authentication or OAuth token, you can make up to 20 requests per minute. For unauthenticated requests, the rate limit allows you to make up to 5 requests per minute.",
"module": "./module/github"
},
{
"name": "NPM",
"description": "Node packaged modules registry",
"url": "https://npmjs.org",
"tag": ["npm", "js", "javascript", "package", "library", "node"],
"module": "./module/npm"
},
{
"name": "Bower",
"description": "Bower package manager registry",
"url": "http://bower.io",
"tag": ["bower", "js", "javascript", "package", "component", "library", "browser"],
"module": "./module/bower"
},
{
"name": "Grunt",
"description": "Registry of Grunt plugins",
"url": "http://gruntjs.com/plugins",
"tag": ["grunt", "js", "javascript", "plugin", "registry", "node"],
"module": "./module/grunt"
},
{
"name": "MicroJS",
"description": "List of micro-frameworks and micro-libraries",
"url": "http://microjs.com",
"tag": ["microjs", "js", "javascript", "library", "framework", "micro"],
"module": "./module/microjs"
}
]