UNPKG

cnpmjs.org

Version:

Private npm registry and web for Enterprise, base on MySQL and Simple Store Service

94 lines (93 loc) 2.35 kB
{ "name": "cnpmjs.org", "version": "2.0.0-rc.7", "description": "Private npm registry and web for Enterprise, base on MySQL and Simple Store Service", "main": "index.js", "scripts": { "test": "make install && make jshint && make test", "start": "./bin/nodejsctl start && cp History.md docs/web/history.md", "status": "./bin/nodejsctl status", "stop": "./bin/nodejsctl stop" }, "dependencies": { "agentkeepalive": "~1.2.0", "bluebird": "~2.5.3", "bytes": "~1.0.0", "cfork": "~1.2.2", "cheerio": "~0.18.0", "co": "~3.1.0", "co-defer": "~0.1.2", "co-gather": "~0.0.1", "co-redis": "~1.1.0", "co-sleep": "~0.0.1", "copy-to": "~2.0.1", "debug": "~2.1.1", "error-formater": "~1.0.3", "fs-cnpm": "~1.1.0", "giturl": "~0.0.3", "graceful": "~1.0.0", "gravatar": "~1.1.0", "humanize-ms": "~1.0.1", "humanize-number": "~0.0.2", "koa": "~0.13.0", "koa-limit": "~1.0.2", "koa-markdown": "~1.1.0", "koa-middlewares": "~2.0.0", "markdown-it": "~3.0.0", "mime": "~1.2.11", "mini-logger": "~1.0.0", "mkdirp": "~0.5.0", "moment": "~2.8.4", "mysql": "~2.5.4", "nodemailer": "~1.3.0", "redis": "~0.12.1", "semver": "~4.2.0", "sequelize": "~2.0.0-rc4", "thunkify-wrap": "~1.0.4", "urllib": "~2.2.1", "utility": "~1.2.1", "xss": "~0.1.15" }, "devDependencies": { "autod": "*", "chunkstream": "*", "co-mocha": "*", "contributors": "*", "istanbul-harmony": "*", "jshint": "*", "koa-mock": "~1.1.4", "mm": "*", "mocha": "*", "node-dev": "*", "pedding": "*", "should": "~4.0.4", "should-http": "*", "sqlite3": "*", "supertest": "*" }, "homepage": "https://github.com/cnpm/cnpmjs.org", "repository": { "type": "git", "url": "git://github.com/cnpm/cnpmjs.org.git", "web": "https://github.com/cnpm/cnpmjs.org" }, "bugs": { "url": "https://github.com/cnpm/cnpmjs.org/issues", "email": "fengmk2@gmail.com" }, "keywords": [ "cnpmjs.org", "npm", "npmjs", "npmjs.org", "registry" ], "engines": { "node": ">= 0.11.14" }, "author": [ "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)", "dead_horse <dead_horse@qq.com> (http://deadhorse.me)" ], "license": "MIT" }