forked from TooAngel/screeps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 898 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
34
35
36
37
{
"name": "screeps",
"version": "0.0.1",
"description": "",
"main": "",
"dependencies": {
"grunt": "~0.4.5",
"grunt-screeps": "1.2.0",
"grunt-sync": "^0.6.2",
"screeps-profiler": "^1.1.1"
},
"devDependencies": {
"chai": "~3.4.1",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "^2.0.0",
"grunt-jsbeautifier": "~0.2.10",
"grunt-jscs": "^2.7.0",
"grunt-mocha-test": "~0.12.7",
"mocha": "~2.3.3",
"uglify-js-harmony": "^2.6.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}