UNPKG

modern-valhalla

Version:
106 lines (105 loc) 2.92 kB
{ "name": "modern-valhalla", "version": "1.0.0-beta.7", "description": "Private npm repository server", "author": { "name": "Alex Kocharin", "email": "alex@kocharin.ru" }, "repository": { "type": "git", "url": "git://github.com/verdaccio/verdaccio" }, "main": "index.js", "bin": { "valhalla": "./bin/valhalla" }, "dependencies": { "JSONStream": "^1.1.1", "apache-md5": "^1.1.2", "async": "^2.0.1", "aws-sdk": "^2.67.0", "body-parser": "^1.15.0", "bunyan": "^1.8.0", "chalk": "^2.1.0", "commander": "^2.9.0", "compression": "^1.6.1", "cookies": "^0.7.1", "email-addresses": "^3.0.1", "express": "^4.13.4", "handlebars": "^4.0.5", "highlight.js": "^9.3.0", "http-errors": "^1.4.0", "jju": "^1.3.0", "js-yaml": "^3.6.0", "lockfile": "^1.0.1", "lodash": "^4.17.4", "lunr": "^2.1.3", "mime-types": "^2.1.15", "minimatch": "^3.0.2", "mkdirp": "^0.5.1", "mock-aws-s3": "^2.5.1", "mysql2": "^1.3.3", "pkginfo": "^0.4.0", "render-readme": "^1.3.1", "request": "^2.72.0", "semver": "^5.1.0", "sequelize": "^4.0.0", "sqlite3": "^3.1.8", "unix-crypt-td-js": "^1.0.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babelify": "^7.3.0", "browserify": "^14.4.0", "browserify-handlebars": "^1.0.0", "codacy-coverage": "^2.0.2", "codecov": "^2.2.0", "coveralls": "^3.0.0", "eslint": "^4.8.0", "eslint-config-google": "^0.9.1", "grunt": "^1.0.1", "grunt-browserify": "^5.0.0", "grunt-cli": "^1.2.0", "grunt-contrib-less": "^1.3.0", "grunt-contrib-watch": "^1.0.0", "mocha": "^3.2.0", "mocha-lcov-reporter": "^1.3.0", "nyc": "^11.2.1", "onclick": "^0.1.0", "rimraf": "^2.5.2", "transition-complete": "^0.0.2", "unopinionate": "^0.0.4" }, "keywords": [ "private", "package", "repository", "registry", "modules", "proxy", "server" ], "scripts": { "test": "npm run lint && mocha ./test/functional ./test/unit --reporter=spec --full-trace", "test:coverage": "nyc mocha -R spec ./test/functional ./test/unit", "coverage:coveralls": "nyc report --reporter=text-lcov | coveralls", "coverage:codecov": "nyc report --reporter=lcov | codecov", "coverage:codacy": "nyc report --reporter=lcov && cat coverage/lcov.info | codacy-coverage", "test-travis": "npm run lint && npm run test:coverage", "test-only": "mocha ./test/functional ./test/unit", "lint": "eslint .", "build-docker": "docker build -t verdaccio .", "build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ." }, "engines": { "node": ">=4.6.1", "npm": ">=2.15.9" }, "preferGlobal": true, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "license": "WTFPL" }