proud-connect
Version:
Connect server generating NPM downloads badges by author
61 lines (60 loc) • 1.35 kB
JSON
{
"name": "proud-connect",
"version": "0.0.4",
"description": "Connect server generating NPM downloads badges by author",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/gt **/test/*.js --output",
"start": "node ./node_modules/nodemon/nodemon.js"
},
"repository": {
"type": "git",
"url": "git://github.com/bahmutov/proud-connect.git"
},
"keywords": [
"npm",
"npm-stats",
"badges",
"server",
"downloads",
"stats",
"connect"
],
"author": "Gleb Bahmutov @bahmutov <gleb.bahmutov@gmail.com>",
"pre-commit": [
"grunt",
"npm test"
],
"pre-push": [
"rm -rf node_modules",
"npm install",
"grunt",
"npm test"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bahmutov/proud-connect/issues"
},
"dependencies": {
"connect": "~2.11.0",
"proud-badge": "0.0.4",
"proud": "0.0.6",
"easy-table": "~0.2.0",
"lodash": "~2.3.0",
"check-types": "~1.1.0",
"q": "~0.9.7",
"moment": "~2.4.0",
"request": "~2.27.0"
},
"devDependencies": {
"nodemon": "~0.9.7",
"grunt-contrib-jshint": "~0.7.2",
"matchdep": "~0.3.0",
"grunt-readme": "~0.3.0",
"grunt": "~0.4.1",
"grunt-complexity": "~0.1.3",
"jshint-stylish": "~0.1.3",
"gt": "~0.8.20",
"pre-git": "0.0.13"
}
}