supergiovane
Version:
website for searching through history of npm modules
62 lines (61 loc) • 1.63 kB
JSON
{
"version": "2.1.0",
"name": "supergiovane",
"description": "website for searching through history of npm modules",
"keywords": [
"npm",
"data",
"version",
"download"
],
"preferGlobal": false,
"homepage": "https://supergiovane.herokuapp.com/",
"author": {
"name": "hex7c0",
"email": "hex7c0@gmail.com",
"url": "https://hex7c0.github.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/hex7c0/supergiovane.git"
},
"bugs": {
"url": "https://github.com/hex7c0/supergiovane/issues",
"email": "hex7c0@gmail.com"
},
"main": "index.min.js",
"dependencies": {
"compression-zlib": "2.5.0",
"express": "4.14.0",
"express-sitemap": "1.7.0",
"mamma": "0.3.0",
"logger-request": "3.7.3",
"semver": "5.3.0",
"server-signature": "1.4.0",
"setheaders": "0.2.0",
"timeout-request": "1.5.0",
"task-manager": "1.5.0",
"validate-npm-package-name": "2.2.2"
},
"devDependencies": {
"logger-request-cli": "~1.4",
"grunt-contrib-clean": "~1.0",
"grunt-contrib-cssmin": "~1.0",
"grunt-contrib-htmlmin": "~2.0",
"grunt-contrib-uglify": "~2.0",
"grunt-contrib-jshint": "~1.1",
"grunt-endline": "~0.6",
"istanbul": "~0.4",
"mocha": "~3.2",
"supertest": "~2.0"
},
"engines": {
"node": ">=4"
},
"scripts": {
"prepublish": "npm prune",
"test": "mocha --bail --globals supergiovane --check-leaks --timeout 5000",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --globals supergiovane --timeout 5000"
},
"license": "GPL-3.0"
}