-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 908 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
{
"name": "midas-predictive-analysis",
"version": "1.0.1",
"description": "Predictive analysis sma via API using Recurrent Neural Network & Long Short Term Memory (LSTM) and TensorFlow.js framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"push": "git push https://github.com/psico-mojo/midas-predictive-analysis.master"
},
"repository": {
"type": "git",
"url": "https://github.com/psico-mojo/midas-predictive-analysis.git"
},
"keywords": [
"machine-learning",
"tensorflowjs",
"javascript"
],
"author": "mulciber.Psico.zendog.mojo",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/psico-mojo/midas-predictive-analysis.git"
},
"homepage": "https://github.com/psico-mojo/midas-predictive-analysis"
"dependencies": {
"@tensorflow/tfjs": "^4.4.0"
}
}