You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
615 B
27 lines
615 B
{
|
|
"name": "fs-logger",
|
|
"version": "1.0.0",
|
|
"description": "fs logger(wrapper winton)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node_modules/.bin/mocha --reporter spec test/*.js"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fs-extra": "^0.26.2",
|
|
"winston": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"co": "^4.6.0",
|
|
"koa-compose": "^3.0.0",
|
|
"mocha": "^2.3.4",
|
|
"should": "^7.1.1",
|
|
"supertest": "^1.1.0",
|
|
"xunit-file": "0.0.9"
|
|
},
|
|
"repository": {
|
|
"type": "svn",
|
|
"url": "https://10.8.30.22/svn/FS-SSMC/trunk/3.00.10/code/web/fs-npm/fs-logger"
|
|
}
|
|
}
|
|
|