forked from Tom-Alexander/regression-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 797 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
{
"name": "regression",
"description": "Javascript least squares data fitting methods",
"contributors": [
"Tom Alexander <[email protected]>",
"Misha Wolfson <[email protected]>"
],
"version": "1.4.0",
"license": "MIT",
"repository": "Tom-Alexander/regression-js",
"keywords": [
"regression",
"data",
"fitting",
"modelling",
"analysis"
],
"scripts": {
"test": "grunt test",
"build": "grunt"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"chai": "^3.5.0",
"eslint": "^3.12.2",
"eslint-config-airbnb-es5": "^1.1.0",
"eslint-plugin-react": "^6.8.0",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0"
}
}