cnpmjs.org
Version:
Private npm registry and web for Enterprise, base on MySQL and Simple Store Service
93 lines (92 loc) • 2.33 kB
JSON
{
"name": "cnpmjs.org",
"version": "2.0.0-rc.3",
"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.3.10",
"bytes": "~1.0.0",
"cfork": "~1.2.1",
"cheerio": "~0.17.0",
"co": "~3.1.0",
"co-defer": "~0.1.1",
"co-gather": "~0.0.1",
"co-redis": "~1.1.0",
"co-sleep": "~0.0.1",
"copy-to": "~2.0.1",
"debug": "~2.1.0",
"error-formater": "~1.0.3",
"fs-cnpm": "~1.1.0",
"giturl": "~0.0.3",
"graceful": "~0.1.0",
"gravatar": "~1.1.0",
"humanize-ms": "~1.0.0",
"humanize-number": "~0.0.2",
"koa": "~0.13.0",
"koa-limit": "~1.0.2",
"koa-markdown": "~1.0.0",
"koa-middlewares": "~1.4.1",
"marked": "~0.3.2",
"mime": "~1.2.11",
"mini-logger": "~1.0.0",
"mkdirp": "~0.5.0",
"moment": "~2.8.3",
"mysql": "~2.5.2",
"nodemailer": "~1.3.0",
"redis": "~0.12.1",
"semver": "~4.1.0",
"sequelize": "~2.0.0-rc3",
"thunkify-wrap": "~1.0.3",
"urllib": "~2.0.2",
"utility": "~1.2.0"
},
"devDependencies": {
"autod": "*",
"chunkstream": "*",
"co-mocha": "*",
"contributors": "*",
"istanbul-harmony": "*",
"jshint": "*",
"koa-mock": "^1.0.2",
"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"
}