69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "cnpmjs.org",
|
|
"version": "0.0.2",
|
|
"description": "Private npm registry and web",
|
|
"main": "dispatch.js",
|
|
"scripts": {
|
|
"test": "make test-all",
|
|
"blanket": {
|
|
"pattern": "//^((?!(node_modules|test|common)).)*$/",
|
|
"data-cover-flags": {
|
|
"debug": false
|
|
}
|
|
},
|
|
"travis-cov": {
|
|
"threshold": 90
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"microtime": "0.5.0",
|
|
"debug": "0.7.4",
|
|
"utility": "0.1.8",
|
|
"ready": "0.1.1",
|
|
"connect": "2.11.2",
|
|
"connect-rt": "0.0.2",
|
|
"connect-redis": "1.4.6",
|
|
"urlrouter": "0.5.3",
|
|
"graceful": "0.0.5",
|
|
"moment": "2.4.0",
|
|
"logfilestream": "0.1.0",
|
|
"ms": "0.6.1",
|
|
"mkdirp": "0.3.5",
|
|
"mysql": "2.0.0-rc1",
|
|
"response-patch": "0.1.1",
|
|
"response-cookie": "0.0.2",
|
|
"eventproxy": "0.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"supertest": "*",
|
|
"should": "*",
|
|
"blanket": "*",
|
|
"travis-cov": "*",
|
|
"coveralls": "*",
|
|
"mocha-lcov-reporter": "*",
|
|
"mocha": "*",
|
|
"mm": "*"
|
|
},
|
|
"homepage": "https://github.com/fengmk2/cnpmjs.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fengmk2/cnpmjs.org.git",
|
|
"web": "https://github.com/fengmk2/cnpmjs.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fengmk2/cnpmjs.org/issues",
|
|
"email": "fengmk2@gmail.com"
|
|
},
|
|
"keywords": [
|
|
"cnpmjs.org", "npm", "npmjs", "npmjs.org", "registry"
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"author": [
|
|
"fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
|
|
"dead_horse <dead_horse@qq.com> (http://deadhorse.me)"
|
|
],
|
|
"license": "MIT"
|
|
}
|