Added nodeJS dependencies (for orca)

This commit is contained in:
2019-04-11 10:46:31 +01:00
parent 1b8c0d83db
commit 205a7808ac
3 changed files with 1704 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ syntax: glob
archive
data/tmp/
data/new/
node_modules/

1688
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "jncc-meso",
"version": "1.0.0",
"description": "A Bayesian Belief Network to estimate the impacts of pressure of marine environments",
"dependencies": {
"electron": "^4.1.4",
"orca": "^1.2.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "AVS Developments Ltd",
"license": "MIT"
}