mirror of
https://github.com/danbulant/flying-squid
synced 2026-05-22 21:58:54 +00:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "flying-squid",
|
|
"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"
|
|
}
|
|
],
|
|
"bin": {
|
|
"flying-squid": "./app.js"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "gulp",
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"keywords": [],
|
|
"licenses": {
|
|
"type": "MIT"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^5.4.4",
|
|
"buffers": "0.1.1",
|
|
"chai": "~3.2.0",
|
|
"minecraft-data": "0.7.0",
|
|
"minecraft-protocol": "^0.14.0",
|
|
"mkdirp": "0.5.1",
|
|
"mocha": "~2.2.5",
|
|
"moment": "^2.10.6",
|
|
"node-uuid": "^1.4.3",
|
|
"prismarine-block": "0.1.0",
|
|
"prismarine-chunk": "0.2.1",
|
|
"prismarine-entity": "0.1.0",
|
|
"prismarine-world": "0.1.0",
|
|
"request-promise": "^0.4.3",
|
|
"requireindex": "~1.0.0",
|
|
"vec3": "0.1.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mhsjlw/flying-squid.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/mhsjlw/flying-squid/issues"
|
|
},
|
|
"devDependencies": {
|
|
"doctoc": "^0.15.0",
|
|
"longjohn": "~0.2.8",
|
|
"babel": "5.8.23",
|
|
"gulp": "^3.8.11",
|
|
"gulp-babel": "^5.1.0",
|
|
"gulp-plumber": "^1.0.1",
|
|
"gulp-sourcemaps": "^1.3.0"
|
|
}
|
|
}
|