-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
66 lines (66 loc) · 1.31 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "rock-paper-scissors-web",
"main": "index.js",
"version": "1.0.1",
"description": "Rock Paper Scissors Machine Learning Web",
"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",
"web"
],
"scripts": {
"start": "webpack",
"test": "webpack",
"build": "webpack"
},
"private": false,
"repository": "https://github.com/TiagoDanin/Rock-Paper-Scissors-Web.git",
"homepage": "https://TiagoDanin.github.io/Rock-Paper-Scissors-Web",
"bugs": "https://github.com/TiagoDanin/Rock-Paper-Scissors-Web/issues",
"github": {
"name": "Rock-Paper-Scissors-Web",
"owner": "TiagoDanin"
},
"files": [
"LICENSE",
"README.md",
"dist",
"index.html",
"index.js",
"package.json",
"webpack.config.js"
],
"dependencies": {
"rock-paper-scissors-ml": "1.1.0"
},
"devDependencies": {
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"features": [
"Webview",
"Machine Learning",
"Fun Game :)"
],
"usage": {
"language": "url",
"content": "https://tiagodanin.github.io/Rock-Paper-Scissors-Web/"
},
"related": [
"rock-paper-scissors-cli",
"rock-paper-scissors-ml"
]
}