-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 880 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": "aye-aye",
"version": "0.1.7",
"description": "Simple AI code",
"main": "lib/minimax.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/jordao76/aye-aye.git"
},
"keywords": [
"ai",
"minimax",
"tictactoe"
],
"author": "Rodrigo Jordao <[email protected]> (https://github.com/jordao76)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jordao76/aye-aye/issues"
},
"homepage": "https://github.com/jordao76/aye-aye",
"devDependencies": {
"benchmark": "^2.1.0",
"chai": "^3.2.0",
"coffee-script": "^1.10.0",
"del": "^2.0.1",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.6.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mocha": "^2.1.3",
"gulp-util": "^3.0.6",
"run-sequence": "^1.1.4"
}
}