-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 960 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": "towns5shared",
"version": "0.1.7",
"description": "Shared library for game Towns 5",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/towns/towns-shared.git"
},
"keywords": [
"towns5",
"shared",
"library"
],
"author": "Stefan Kecskes <[email protected]> (https://skey.uk)",
"license": "MIT",
"homepage": "https://bitbucket.org/towns/towns-shared#readme",
"devDependencies": {
"globby": "^4.1.0",
"gulp": "^3.9.1",
"gulp-concat": "~2.6.0",
"gulp-es6-transpiler": "^1.0.1",
"gulp-jasmine": "^2.3.0",
"gulp-jsdoc3": "^0.2.1",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-sort": "^2.0.0",
"gulp-typedoc": "^2.0.0",
"gulp-typescript": "^2.13.5",
"gulp-uglify": "^1.5.3",
"run-sequence": "^1.2.1",
"typedoc": "^0.4.4"
}
}