-
Notifications
You must be signed in to change notification settings - Fork 4
/
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": "tibia-status",
"version": "0.0.3",
"description": "Catch information like players online, owner, motd, map weight, monsters, npcs, etc. passing IP and PORT from Tibia Server",
"homepage": "https://github.com/TibiaJS/serverstatus",
"author": {
"name": "Gabriel Pedro",
"email": "[email protected]",
"url": "https://gpedro.net"
},
"contributors": [{
"name": "Ranieri Althoff",
"email": "[email protected]",
"url": "http://otserv.com.br"
}],
"repository": "TibiaJS/serverstatus",
"license": "MIT",
"main": "index.js",
"keywords": [
"otserv",
"tibia",
"cipsoft",
"server",
"status"
],
"dependencies": {
"q": "^1.2.0",
"xml2js": "^0.4.5"
},
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^1.0.0",
"time-grunt": "^1.0.0",
"grunt-mocha-cli": "^1.11.0",
"jshint-stylish": "^1.0.0"
},
"scripts": {
"test": "grunt"
}
}