-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
46
{
"name": "bracketzada",
"version": "0.1.2",
"description": "",
"main": "main.js",
"scripts": {
"test": "tsc && gulp unit_test",
"build": "tsc && gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Katreque/bracketzada.git"
},
"keywords": [
"brackets",
"tournament",
"generator"
],
"author": "Katreque",
"license": "MIT",
"bugs": {
"url": "https://github.com/Katreque/bracketzada/issues"
},
"homepage": "https://github.com/Katreque/bracketzada#readme",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"@babel/register": "^7.0.0",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.6",
"chai": "^4.2.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.0.1",
"gulp-mocha": "^6.0.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"mocha": "^5.2.0"
},
"dependencies": {
"typescript": "^3.1.6"
}
}