-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1006 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
{
"name": "ican.js",
"version": "0.0.1",
"description": "Biblioteca para adição de mais acessibilidade em páginas da web através de Deep Learning",
"main": "index.js",
"scripts": {
"test": "jest-webpack",
"build": "webpack",
"build-prod": "webpack -p",
"docs": "esdoc"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/ican.js/ican.js.git"
},
"keywords": [
"acessibilidade",
"tfjs",
"deep learning"
],
"author": "Felipe Menino",
"license": "GPL-3.0",
"bugs": {
"url": "https://gitlab.com/ican.js/ican.js/issues"
},
"homepage": "https://gitlab.com/ican.js/ican.js#README",
"dependencies": {
"@tensorflow-models/posenet": "^0.2.3",
"@tensorflow/tfjs": "^0.14.2",
"events": "^3.0.0",
"p5": "^0.7.3"
},
"devDependencies": {
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"jest": "^23.6.0",
"jest-webpack": "^0.5.1",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0"
}
}