-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1018 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
{
"name": "othello_bot",
"version": "1.0.0",
"description": "เป็นบอทเกม othello ที่เขียนขึ้นด้วยภาษา javascript บน platform kana othello-js ",
"main": "bot.js",
"dependencies": {},
"devDependencies": {
"babel": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.3.13",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-mocha": "^2.2.0",
"gulp-serve": "^1.2.0",
"gulp-sourcemaps": "^1.6.0"
},
"scripts": {
"test": "mocha --compilers js:babel/register",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iboss-ptk/othello-bot.git"
},
"keywords": [
"bot",
"othello",
"ai"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/iboss-ptk/othello-bot/issues"
},
"homepage": "https://github.com/iboss-ptk/othello-bot#readme"
}