forked from avdg/screeps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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
43
44
45
{
"name": "avdg-screeps",
"version": "0.1.0",
"description": "Helper scripts for screeps",
"main": "screeps.js",
"directories": {
"test": "test"
},
"scripts": {
"install": "grunt setup",
"test": "grunt test"
},
"dependencies": {
"grunt": "0.4.x",
"grunt-cli": "0.1.x",
"grunt-blanket": "0.0.8",
"grunt-codeclimate-reporter": "1.1.x",
"grunt-contrib-clean": "0.6.x",
"grunt-contrib-copy": "0.8.x",
"grunt-coveralls": "1.0.x",
"grunt-mocha-test": "0.12.x",
"grunt-screeps": "1.1.x",
"lodash": "3.10.x",
"uglify-js": "~2.4.24"
},
"devDependencies": {
"mocha": "2.3.x",
"mocha-lcov-reporter": "1.0.x",
"simple-mock": "0.4.x"
},
"repository": {
"type": "git",
"url": "https://github.com/avdg/screeps.git"
},
"keywords": [
"screeps",
"ai"
],
"author": "Anthony Van de Gejuchte",
"license": "MIT",
"bugs": {
"url": "https://github.com/avdg/screeps/issues"
},
"homepage": "https://github.com/avdg/screeps"
}