initial import

This commit is contained in:
Artem Chivchalov
2016-11-09 11:21:12 +03:00
commit cb8d9a02ea
7 changed files with 190 additions and 0 deletions

25
package.json Normal file
View File

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