四好公路
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.
 
 
 
 

32 lines
809 B

{
"name": "@fs/attachment",
"version": "1.0.2",
"description": "attachment based on qiniu cloud and local server storage",
"main": "index.js",
"scripts": {
"test": "set DEBUG=true&&\"node_modules/.bin/mocha\" --harmony --recursive --reporter mochawesome test/*.test.js"
},
"repository": {
"type": "svn",
"url": "https://10.8.30.22/svn/FS-SSMC/trunk/3.00.10/code/web/fs-npm/server/fs-attachment"
},
"keywords": [
"file",
"server"
],
"author": "PengLing",
"license": "ISC",
"dependencies": {
"async-busboy": "^1.0.1",
"fs-extra": "^9.1.0",
"qiniu": "^7.1.1",
"superagent": "^6.1.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"fs-web-server-scaffold": "^1.0.1",
"mocha": "^4.0.1",
"supertest": "^6.1.3"
}
}