forked from OpenAngelArena/oaa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 900 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
{
"name": "open_angel_arena",
"version": "0.27.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-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",
"parse-kv": "^0.2.0",
"semistandard": "^9.2.1",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"dependencies": {
"all-contributors-cli": "^4.0.1",
"request": "^2.81.0",
"transifex": "^1.4.6"
}
}