forked from mljs/spectra-fitting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 848 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
{
"name": "ml-optimize-lorentzian",
"version": "0.0.1",
"description": "Optimize Lorentzian",
"main": "src/index.js",
"directories": {
"lib": "src",
"test": "test"
},
"scripts": {
"test": "mocha --require should --reporter mocha-better-spec-reporter --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/mljs/optimize-lorentzian.git"
},
"keywords": [
"Optimization",
"Loreztzian"
],
"author": "Andres Castillo",
"license": "MIT",
"bugs": {
"url": "https://github.com/mljs/optimize-lorentzian/issues"
},
"homepage": "https://github.com/mljs/optimize-lorentzian",
"devDependencies": {
"mocha": "^2.2.5",
"mocha-better-spec-reporter": "^2.1.1",
"should": "^7.0.2"
},
"dependencies": {
"curve-fitting": "0.0.2",
"ml-matrix": "^0.1.0"
}
}