-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "node-demo",
"version": "1.0.0",
"description": "",
"main": "cpFile.js",
"dependencies": {
"alidayu-node": "^1.0.3",
"async": "^2.5.0",
"cheerio": "^0.22.0",
"mongodb": "^2.2.31",
"mongoose": "^4.11.9",
"node-xlsx": "^0.11.0",
"nodemailer": "^4.1.0",
"puppeteer": "^1.3.0",
"top": "^0.2.3"
},
"devDependencies": {
"mailer": "^0.6.7",
"nodemon": "^1.12.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanghcc/node-demo.git"
},
"author": "yanghc <446573564@qq.com> (http://www.icetower.cn/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanghcc/node-demo/issues"
},
"homepage": "https://github.com/yanghcc/node-demo#readme"
}