flying-squid/package.json
2015-08-26 07:17:47 -04:00

37 lines
794 B
JSON

{
"name": "craftyjs",
"description": "A minecraft server written in node.js",
"version": "0.1.0",
"main": "app.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": {
"longjohn": "~0.2.8"
}
}