-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
41 lines (41 loc) · 975 Bytes
/
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
{
"name": "omega-supreme",
"version": "3.0.1",
"description": "Known for his great strength and greater courage, Omega Supreme is the Autobots’ last line of defense against the Decepticons",
"main": "index.js",
"scripts": {
"test": "c8 --reporter=lcov --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/primus/omega-supreme"
},
"keywords": [
"primus",
"omega",
"supreme",
"autobots",
"scaling",
"http"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/primus/omega-supreme/issues"
},
"homepage": "https://github.com/primus/omega-supreme",
"dependencies": {
"async": "^3.2.0",
"request": "^2.88.0",
"routable": "0.0.5"
},
"devDependencies": {
"assume": "^2.2.0",
"binary-pack": "^1.0.2",
"c8": "^7.3.5",
"mocha": "^8.2.1",
"pre-commit": "^1.2.0",
"primus": "^8.0.1",
"ws": "^7.3.0"
}
}