-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
44 lines (44 loc) · 1.12 KB
/
package.json
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
{
"name": "pr-preview",
"version": "0.3.0",
"description": "Bot that adds a preview and diff to pull requests.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha -u tdd ./test/**.js ./test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tobie/webidl-pr-preview.git"
},
"author": "Tobie Langel <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tobie/webidl-pr-preview/issues"
},
"engines": {
"node": "12.x"
},
"homepage": "https://github.com/tobie/webidl-pr-preview#readme",
"devDependencies": {
"mocha": "^6.1.4"
},
"dependencies": {
"aws-sdk": "^2.441.0",
"body-parser": "^1.18.3",
"dateformat": "^3.0.3",
"emu-algify": "^2.2.0",
"entities": "2.0.1",
"express": "^4.16.4",
"express-x-hub": "1.0.4",
"jsonwebtoken": "^8.5.1",
"mkdirp-promise": "^5.0.1",
"mustache": "3.2.0",
"request": "^2.88.0",
"simple-github": "0.9.2",
"strip-ansi": "^6.0.0",
"tv4": "1.3.0",
"urlencode": "1.1.0",
"webidl-grammar-post-processor": "^0.4.1"
}
}