forked from TooAngel/screeps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 KB
/
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
34
35
36
37
38
39
40
41
42
{
"name": "screeps-bot-tooangel",
"version": "1.2.4",
"description": "",
"main": "src/main.js",
"screeps_bot": true,
"dependencies": {},
"devDependencies": {
"chai": "4.2.0",
"eslint-config-google": "0.13.0",
"eslint-plugin-screeps": "1.4.0",
"grunt": "1.0.4",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-eslint": "22.0.0",
"grunt-exec": "3.0.0",
"grunt-mocha-test": "0.13.3",
"grunt-screeps": "1.4.0",
"grunt-sync": "0.8.1",
"mocha": "6.2.0",
"request": "2.88.0",
"request-promise-native": "1.0.7",
"screeps": "3.4.4",
"screeps-api": "1.9.0",
"screeps-profiler": "2.0.1",
"uglify-js-harmony": "2.7.7"
},
"repository": {
"type": "git",
"url": "git://github.com/TooAngel/screeps.git"
},
"author": "Tobias Wilken",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/TooAngel/screeps/issues"
},
"scripts": {
"test": "grunt test",
"deploy": "grunt deploy"
}
}