UNPKG

anthology

Version:

Module information and stats for any @npmjs user

55 lines (54 loc) 1.27 kB
{ "name": "anthology", "description": "Module information and stats for any @npmjs user", "version": "1.0.0", "homepage": "https://github.com/dylang/anthology", "author": { "name": "Dylan Greene", "email": "dylang@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/dylang/anthology.git" }, "bugs": { "url": "https://github.com/dylang/anthology/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/dylang/anthology/blob/master/LICENSE-MIT" } ], "main": "lib/anthology", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "chai": "^1.9.1", "grunt": "^0.4.1", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-watch": "^0.6.1", "grunt-mocha-test": "^0.12.0", "grunt-notify": "^0.3.0", "grunt-readme": "~0.4.0", "load-grunt-tasks": "^0.6.0", "mocha": "^1.21.4", "proxyquire": "^1.0.1", "time-grunt": "^1.0.0" }, "keywords": [], "dependencies": { "asciitable": "0.0.7", "github": "^0.2.0", "github-url-from-git": "^1.4.0", "minimatch": "^1.0.0", "npmconf": "^2.1.0", "optimist": "^0.6.0", "q": "^1.0.1", "request": "^2.36.0" } }