-
Notifications
You must be signed in to change notification settings - Fork 227
/
package.json
48 lines (48 loc) · 1.38 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
45
46
47
48
{
"name": "open_angel_arena",
"version": "7.37.0",
"description": "A really great Dota 2 game mode.",
"main": "index.js",
"scripts": {
"test": "semistandard --global $ --global GameUI --global GameEvents --global Players && tape \"./scripts/test/*test.js\" | tap-summary --no-progress",
"spec": "tape \"./scripts/test/*test.js\" | tap-spec",
"all-contributors": "all-contributors",
"semistandard": "semistandard --global $ --global GameUI --global GameEvents --global Players",
"tape": "tape",
"tap-summary": "tap-summary",
"tap-spec": "tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenAngelArena/oaa.git"
},
"keywords": [
"dota2"
],
"author": "Chris Vickery <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenAngelArena/oaa/issues"
},
"homepage": "https://github.com/OpenAngelArena/oaa#readme",
"devDependencies": {
"after": "^0.8.2",
"async-each": "^1.0.6",
"parse-kv": "0.3.1",
"semistandard": "^16.0.1",
"spok": "^0.8.1",
"tap-spec": "^5.0.0",
"tap-summary": "^3.0.2",
"tape": "^4.16.2"
},
"dependencies": {
"@transifex/api": "^5.2.0",
"@types/node": "^9.6.61",
"all-contributors-cli": "^6.24.0",
"ap": "^0.2.0",
"request": "^2.88.2",
"transifex": "^1.6.6",
"typescript": "^2.9.2",
"xtend": "^4.0.2"
}
}