-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 KB
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
{
"name": "Settlement",
"version": "0.5.3",
"description": "A web survival game.",
"author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)",
"contributors": [
"Oliver Michas"
],
"homepage": "https://gmartigny.github.io/settlement",
"repository": {
"type": "git",
"url": "https://github.com/GMartigny/settlement.git"
},
"bugs": "https://github.com/GMartigny/settlement/issues",
"license": "MIT",
"devDependencies": {
"@gmartigny/eslint-config": "^1.1.2",
"es6-shim": "^0.35.3",
"es7-shim": "^6.0.0",
"grunt": "^1.0.2",
"grunt-bump": "^0.8.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jasmine": "^2.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.0.0",
"grunt-gh-pages": "^2.0.0",
"grunt-lesslint": "^4.0.0",
"grunt-spritesmith": "^6.3.1",
"grunt-template-jasmine-istanbul": "^0.5.0",
"jit-grunt": "^0.10.0"
},
"scripts": {
"check": "grunt check",
"test": "grunt test"
}
}