-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "chem-equilibrium",
"version": "2.2.1",
"description": "Compute chemical equilibrium",
"keywords": [],
"files": [
"src"
],
"author": "Daniel Kostro <[email protected]>",
"repository": "cheminfo-js/chem-equilibrium",
"bugs": {
"url": "https://github.com/cheminfo-js/chem-equilibrium/issues"
},
"homepage": "https://github.com/cheminfo-js/chem-equilibrium",
"license": "MIT",
"main": "./src/index.js",
"scripts": {
"test": "mocha --require should --reporter mocha-better-spec-reporter --recursive",
"build": "cheminfo build -b",
"database": "node data/update.js",
"eslint": "eslint .",
"eslint-fix": "eslint --fix ."
},
"devDependencies": {
"cheminfo-tools": "^1.5.0",
"eslint": "^3.18.0",
"eslint-config-cheminfo": "^1.7.0",
"eslint-plugin-no-only-tests": "^1.1.0",
"mocha": "^3.1.0",
"mocha-better-spec-reporter": "^3.0.2",
"should": "^9.0.2",
"superagent": "^2.2.0"
},
"dependencies": {
"debug": "^2.6.3",
"deepcopy": "^0.6.3",
"lodash.groupby": "^4.6.0",
"ml-matrix": "^2.0.0",
"ml-stat": "^1.2.0",
"papaparse": "^4.1.2"
}
}