forked from PrismarineJS/node-minecraft-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 779 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 779 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
30
31
{
"name": "minecraft-assets",
"version": "1.1.2",
"description": "Provide minecraft assets",
"main": "index.js",
"tonicExampleFilename": "example.js",
"scripts": {
"test": "npm run lint",
"lint": "standard",
"fix": "standard --fix",
"prepublish": "require-self"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rom1504/node-minecraft-assets.git"
},
"keywords": [
"minecraft",
"assets"
],
"author": "Romain Beaumont <romain.rom1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rom1504/node-minecraft-assets/issues"
},
"homepage": "https://github.com/rom1504/node-minecraft-assets#readme",
"devDependencies": {
"require-self": "^0.1.0",
"standard": "^12.0.1"
}
}