96 lines
2.3 KiB
JSON
96 lines
2.3 KiB
JSON
{
|
|
"name": "cnpmjs.org",
|
|
"version": "2.0.0-rc.12",
|
|
"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"
|
|
},
|
|
"bin": {
|
|
"cnpmjs.org": "bin/cli.js"
|
|
},
|
|
"dependencies": {
|
|
"agentkeepalive": "~1.2.0",
|
|
"bluebird": "~2.9.6",
|
|
"bytes": "~1.0.0",
|
|
"cfork": "~1.2.2",
|
|
"co": "~3.1.0",
|
|
"co-defer": "~0.1.2",
|
|
"co-gather": "~0.0.1",
|
|
"co-sleep": "~0.0.1",
|
|
"commander": "~2.6.0",
|
|
"copy-to": "~2.0.1",
|
|
"debug": "~2.1.1",
|
|
"error-formater": "~1.0.3",
|
|
"fs-cnpm": "~1.2.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": "~2.0.1",
|
|
"koa-middlewares": "~2.1.0",
|
|
"koa-mock": "~1.1.4",
|
|
"markdown-it": "~3.0.4",
|
|
"mime": "~1.2.11",
|
|
"mini-logger": "~1.0.0",
|
|
"mkdirp": "~0.5.0",
|
|
"moment": "~2.9.0",
|
|
"mysql": "~2.5.4",
|
|
"nodemailer": "~1.3.0",
|
|
"semver": "~4.2.0",
|
|
"sequelize": "~2.0.0-rc8",
|
|
"thunkify-wrap": "~1.0.4",
|
|
"treekill": "~1.0.0",
|
|
"urllib": "~2.2.2",
|
|
"utility": "~1.3.0",
|
|
"xss": "~0.1.20"
|
|
},
|
|
"devDependencies": {
|
|
"autod": "*",
|
|
"chunkstream": "*",
|
|
"co-mocha": "*",
|
|
"contributors": "*",
|
|
"istanbul-harmony": "*",
|
|
"jshint": "*",
|
|
"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"
|
|
}
|