Files
screeps-server/package.json
Artem Chivchalov 3b2b5d198c 2.7.2
2017-07-13 18:06:14 +03:00

28 lines
679 B
JSON

{
"name": "screeps",
"version": "2.7.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.2.1",
"@screeps/common": "2.4.0",
"@screeps/driver": "2.4.2",
"@screeps/engine": "2.7.1",
"@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.1.0"
},
"engines": {
"node": ">=6.5.0",
"npm": ">=3.10.3"
}
}