-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 740 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 740 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
{
"name": "meadowlark",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "cyy",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"chrome-remote-interface": "^0.26.1",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"formidable": "^1.2.1",
"jquery-file-upload-middleware": "^0.1.8",
"mongoose": "^5.2.12",
"nodemailer": "^4.6.8",
"redis": "^3.0.2"
},
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.3",
"grunt-cafe-mocha": "^0.1.13",
"grunt-contrib-jshint": "^1.1.0",
"grunt-exec": "^3.0.0",
"mocha": "^5.2.0",
"zombie": "^6.1.3"
}
}