Files
screeps-server/package.json
Artem Chivchalov b8e131564d 1.0.7
2016-11-11 17:33:52 +03:00

24 lines
614 B
JSON

{
"name": "screeps",
"version": "1.0.7",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
"screeps": "bin/screeps.js"
},
"author": "Artem Chivchalov <contact@screeps.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/screeps/screeps.git"
},
"dependencies": {
"@screeps/backend": "1.0.3",
"@screeps/common": "1.0.1",
"@screeps/driver": "1.0.1",
"@screeps/engine": "1.0.3",
"@screeps/launcher": "1.0.5",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "1.0.2"
}
}