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.

25 lines
519 B

7 years ago
{
"name": "DPlayer_nodejs",
"version": "0.0.1",
"description": "",
"main": "index.js",
"author": "DIYgod",
"license": "MIT",
6 years ago
"devDependencies": {
"eslint": "5.0.1",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-prettier": "2.6.1"
},
7 years ago
"dependencies": {
"cheerio": "1.0.0-rc.2",
6 years ago
"koa": "2.5.1",
"koa-bodyparser": "4.2.1",
"koa-router": "7.4.0",
"mongoose": "5.1.7",
"node-fetch": "2.1.2",
6 years ago
"redis": "2.8.0",
6 years ago
"winston": "3.0.0",
6 years ago
"xml2js": "0.4.19"
7 years ago
}
}