-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 580 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 580 Bytes
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
{
"name": "rtkapi",
"version": "0.6.11-12",
"description": "An API to communicate with an R11 server",
"keywords": [
"API",
"communication",
"web",
"RTK",
"RemoteToolkit",
"Minecraft",
"Bukkit"
],
"repository": "git://github.com/JamyDev/node_RTKAPI.git",
"author": "Jamy Timmermans <me@jamy.be>",
"homepage": "http://spacecp.net",
"engines": {
"node": ">= 0.4.1"
},
"main": "./index.js",
"dependencies": {
"put": "0.0.6",
"underscore": "~1.5.2"
},
"devDependencies": {
"nodeunit": "*"
},
"scripts": {}
}