registry-status-pagelet
Version:
Pagelet with visual status overview of npm registries
33 lines (32 loc) • 748 B
JSON
{
"name": "registry-status-pagelet",
"version": "0.4.1",
"description": "Pagelet with visual status overview of npm registries",
"main": "index.js",
"scripts": {
"test": "mocha $(find test -name '*.test.js')"
},
"repository": {
"type": "git",
"url": "git://github.com/nodejitsu/registry-status-pagelet.git"
},
"keywords": [
"pagelet",
"bigpipe",
"npm",
"mirrors",
"status",
"chart"
],
"author": "Martijn Swaagman",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodejitsu/registry-status-pagelet/issues"
},
"homepage": "https://github.com/nodejitsu/registry-status-pagelet",
"dependencies": {
"ejs": "1.0.x",
"pagelet": "0.8.x",
"npm-probe": "0.1.x"
}
}