forked from Tim-Pohlmann/Screeps-Nooby-Guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 839 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "screeps-bot-screeps-nooby-code",
"version": "0.0.5",
"description": "A screeps AI",
"license": "MIT",
"keywords": [
"screeps",
"game-ai"
],
"author": "rfsjim",
"bugs": {
"url": "https://github.com/rfsjim/Screeps-Nooby-Code/issues"
},
"homepage": "https://github.com/rfsjim/Screeps-Nooby-Code",
"repository": {
"type": "git",
"url": "https://github.com/rfsjim/Screeps-Nooby-Code.git"
},
"type": "commonjs",
"main": "src/main.js",
"screeps_bot": true,
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.5.1",
"grunt-file-append": "0.0.7",
"grunt-screeps": "^1.5.0"
}
}