forked from primus/omega-supreme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "omega-supreme",
"version": "2.1.0",
"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": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"test": "mocha",
"test-travis": "istanbul cover _mocha --report lcovonly"
},
"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": "~2.1.4",
"request": "~2.79.0",
"routable": "~0.0.5"
},
"devDependencies": {
"assume": "~1.4.1",
"binary-pack": "~1.0.2",
"istanbul": "~0.4.5",
"mocha": "~3.2.0",
"pre-commit": "~1.2.0",
"primus": "~6.0.5",
"ws": "~1.1.1"
}
}