-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 865 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 865 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
{
"name": "speedtracker-api",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Eduardo Boucas <mail@eduardoboucas.com> (https://eduardoboucas.com/)",
"license": "ISC",
"dependencies": {
"@slack/client": "^3.6.0",
"body-parser": "^1.15.2",
"convict": "^1.4.0",
"cors": "^2.8.1",
"crypto": "0.0.3",
"express": "^4.14.0",
"github": "^3.0.0",
"js-yaml": "^3.6.1",
"mailgun-js": "^0.7.12",
"mongodb": "^2.2.10",
"object-path": "^0.11.2",
"raygun": "^0.9.0",
"request-promise": "^4.2.0",
"sparkpost": "^1.3.8",
"universal-analytics": "^0.4.6",
"webpagetest": "github:eduardoboucas/webpagetest-api",
"yaml-front-matter": "^3.4.0"
},
"devDependencies": {}
}