-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
35 lines (34 loc) · 850 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": "srcds-rcon",
"version": "2.2.1",
"description": "A node.js driver for the SRCDS RCON",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/randunel/node-srcds-rcon.git"
},
"keywords": [
"valve",
"srcds",
"hlds",
"rcon",
"half",
"life",
"counter",
"strike"
],
"author": "Mihai Ene <dkrandu@yahoo.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/randunel/node-srcds-rcon/issues"
},
"homepage": "https://github.com/randunel/node-srcds-rcon#readme",
"devDependencies": {
"should": "~7.1.1",
"mocha": "~2.3.4"
}
}