sino
Version:
Private npm repository server
80 lines (79 loc) • 1.75 kB
JSON
{
"name": "sino",
"version": "0.0.3",
"description": "Private npm repository server",
"main": "index.js",
"bin": {
"sino": "./bin/sinopia"
},
"scripts": {
"test": "eslint . && mocha ./test/functional ./test/unit",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint ."
},
"dependencies": {
"JSONStream": "^1.3.0",
"async": "^2.1.5",
"body-parser": "^1.16.1",
"bunyan": "^1.8.5",
"commander": "^2.9.0",
"compression": "^1.6.2",
"cookies": "^0.7.0",
"es6-shim": "^0.35.3",
"express": "^4.14.1",
"handlebars": "^4.0.6",
"highlight.js": "^9.9.0",
"http-errors": "^1.6.1",
"jju": "^1.3.0",
"js-yaml": "^3.8.1",
"lunr": "^1.0.0",
"minimatch": "^3.0.3",
"mkdirp": "^0.5.1",
"readable-stream": "^2.2.3",
"render-readme": "^1.3.1",
"request": "^2.79.0",
"semver": "^5.3.0",
"sinopia-htpasswd": "^0.4.5"
},
"devDependencies": {
"bluebird": "^3.4.7",
"browserify": "^14.1.0",
"browserify-handlebars": "^1.0.0",
"eslint": "^3.16.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-watch": "^1.0.0",
"mocha": "^3.2.0",
"onclick": "^0.1.0",
"rimraf": "^2.6.0",
"transition-complete": "^0.0.2",
"unopinionate": "^0.0.4"
},
"author": "Ratson",
"repository": "ratson/sino",
"files": [
"*.md",
"*.js",
"bin",
"conf",
"lib"
],
"keywords": [
"private",
"package",
"repository",
"sinopia",
"registry",
"modules",
"proxy",
"server",
"npm"
],
"engines": {
"node": ">=4"
},
"preferGlobal": true,
"license": "AGPL-3.0"
}