forked from artasparks/glift-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 820 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
38
39
40
{
"name": "glift-core",
"version": "0.9.2",
"description": "Glift-core: The logic behind Glift",
"license": "MIT",
"repository": "Kashomon/glift-core",
"bugs": {
"url": "http://github.com/Kashomon/glift-core/issues"
},
"author": {
"name": "Josh Hoak",
"email": "[email protected]"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "gulp"
},
"keywords": [
"glift",
"go",
"igo",
"baduk",
"weiqi"
],
"devDependencies": {
"glob": "^7.1.1",
"google-closure-compiler": "^20170910.0.0",
"gulp": "^4.0.0",
"gulp-chmod": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-qunit": "^1.5.0",
"gulp-size": "^2.1.0",
"gulp-typescript": "^5.0.0",
"through2": "^2.0.1",
"tsickle": "^0.34.3",
"typescript": "^3.3.1"
}
}