Files
screeps-server/package.json
Artem Chivchalov b11337d374 1.0.2
2016-11-09 12:39:32 +03:00

26 lines
638 B
JSON

{
"name": "screeps",
"version": "1.0.2",
"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.1",
"@screeps/common": "1.0.0",
"@screeps/driver": "1.0.0",
"@screeps/engine": "1.0.1",
"@screeps/launcher": "1.0.1",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "1.0.1"
},
"screeps_build": 33
}