-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1 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
{
"name": "fortress-maximus",
"version": "0.0.5",
"description": "Despite his great power, size, and rank, Fortress Maximus is a weary and reluctant warrior. Fighting is against his pacifist nature and now spends his time validating.",
"main": "index.js",
"scripts": {
"test": "c8 --reporter=lcov --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/primus/fortress-maximus"
},
"keywords": [
"primus",
"validate",
"event",
"emitter",
"fortress",
"maximus",
"security"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/primus/fortress-maximus/issues"
},
"homepage": "https://github.com/primus/fortress-maximus",
"devDependencies": {
"assume": "~2.3.0",
"c8": "~7.4.0",
"coveralls": "~3.1.0",
"mocha": "~8.2.1",
"pre-commit": "~1.2.0",
"primus": "~8.0.1",
"primus-emit": "~1.0.0",
"ws": "~7.4.2"
},
"dependencies": {
"diagnostics": "~2.0.0"
}
}