-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 910 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
35
36
37
38
39
40
41
{
"name": "minecraft-items",
"version": "0.4.3",
"description": "Get Minecraft items by id, type, or name.",
"main": "index.js",
"scripts": {
"test": "tap test/*/*.js test/*.js",
"build": "node build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pandapaul/minecraft-items.git"
},
"keywords": [
"🐼",
"minecraft",
"item",
"block",
"list",
"id",
"name",
"meta",
"type",
"subtype"
],
"author": "Paul Anderson",
"license": "MIT",
"bugs": {
"url": "https://github.com/pandapaul/minecraft-items/issues"
},
"homepage": "https://github.com/pandapaul/minecraft-items#readme",
"devDependencies": {
"adm-zip": "^0.4.7",
"fs-extra": "^3.0.1",
"objectify-array": "^1.0.1",
"standard": "^10.0.2",
"superagent": "^3.5.2",
"superagent-binary-parser": "^1.0.1",
"tap": "^10.3.2"
}
}