mirror of
https://github.com/danbulant/flying-squid
synced 2026-05-23 06:08:46 +00:00
40 lines
836 B
JSON
40 lines
836 B
JSON
{
|
|
"name": "craftyjs",
|
|
"description": "A minecraft server written in node.js",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"author": "mhsjlw <mhsjlw@aol.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "rom1504",
|
|
"email": "romain.rom1@gmail.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"keywords": [],
|
|
"licenses": {
|
|
"type": "MIT"
|
|
},
|
|
"dependencies": {
|
|
"minecraft-protocol": "^0.14.0",
|
|
"buffers": "0.1.1",
|
|
"mocha": "~2.2.5",
|
|
"chai": "~3.2.0",
|
|
"prismarine-chunk": "~0.1.0",
|
|
"vec3": "0.1.3",
|
|
"requireindex": "~1.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mhsjlw/craftyjs.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/mhsjlw/craftyjs/issues"
|
|
},
|
|
"devDependencies": {
|
|
"doctoc": "^0.15.0",
|
|
"longjohn": "~0.2.8"
|
|
}
|
|
}
|