-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.6 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.6 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "wpt-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"assert": "^1.4.1",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"client-sessions": "^0.8.0",
"connect-busboy": "0.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"dateformat": "^3.0.2",
"ejs": "^2.5.6",
"elasticsearch": "^13.0.0-rc2",
"errorhandler": "^1.5.0",
"express": "^4.8.0",
"grunt": "^1.0.1",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-preprocess": "^5.1.0",
"grunt-string-replace": "^1.2.1",
"json-to-pretty-yaml": "^1.2.2",
"jsonwebtoken": "^8.1.0",
"log4js": "^1.1.1",
"method-override": "^2.3.9",
"mongodb": "^2.2.27",
"mongoose": "^4.10.5",
"multer": "^1.3.0",
"nodemailer": "^4.0.1",
"opbeat": "^4.14.0",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"randomstring": "^1.1.5",
"request": "^2.81.0",
"serve-favicon": "^2.4.3",
"shortid": "^2.2.8"
},
"devDependencies": {
"node-datetime": "^2.1.2",
"nodemon": "^1.18.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xoperations/webpagetest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xoperations/webpagetest/issues"
},
"homepage": "https://github.com/xoperations/webpagetest#readme"
}