-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 851 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
{
"name": "ncera",
"version": "0.9.0",
"description": "Neural Currency Exchange Rate Analyzer.",
"main": "index.js",
"dependencies": {
"brain.js": "^1.6.1",
"express": "^4.17.0",
"log4js": "^3.0.6"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"jasmine": "^3.4.0"
},
"scripts": {
"start": "node index",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arthur-Lazarenko/NCERA.git"
},
"keywords": [
"neural",
"currency",
"exchange",
"rate",
"analyzer"
],
"author": "Arthur Lazarenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/Arthur-Lazarenko/NCERA/issues"
},
"homepage": "https://github.com/Arthur-Lazarenko/NCERA#readme"
}