Files
screeps-server/package.json
Artem Chivchalov d2bfa4bb20 2.2.2
2017-01-18 22:32:21 +03:00

28 lines
679 B
JSON

{
"name": "screeps",
"version": "2.2.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": "2.0.3",
"@screeps/common": "2.0.1",
"@screeps/driver": "2.0.3",
"@screeps/engine": "2.1.1",
"@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.0.2"
},
"engines": {
"node": ">=6.5.0",
"npm": ">=3.10.3"
}
}