-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 891 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
41
42
{
"name": "rock-paper-scissors-ml",
"main": "index.js",
"version": "1.1.0",
"description": "Rock Paper Scissors Machine Learning",
"author": {
"name": "Tiago Danin",
"email": "TiagoDanin@outlook.com",
"url": "https://TiagoDanin.github.io"
},
"license": "MIT",
"keywords": [
"machine",
"learning",
"machine-learning",
"ia",
"brainjs",
"rock",
"paper",
"scissors",
"rock-paper-scissors"
],
"scripts": {},
"private": false,
"repository": "https://github.com/TiagoDanin/Rock-Paper-Scissors-ML.git",
"homepage": "https://TiagoDanin.github.io/Rock-Paper-Scissors-ML",
"bugs": "https://github.com/TiagoDanin/Rock-Paper-Scissors-ML/issues",
"github": {
"name": "Rock-Paper-Scissors-ML",
"owner": "TiagoDanin"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"package.json"
],
"devDependencies": {},
"dependencies": {
"brainjs": "0.7.4"
}
}