-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 983 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
39
40
{
"name": "scale-normalised",
"version": "10.0.0",
"description": "Scale normalised data",
"main": "src/scale.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javiercejudo/scale"
},
"keywords": [
"feature scaling",
"normalisation",
"normalization",
"scale",
"rescale"
],
"author": "Javier Cejudo <javier@javiercejudo.com> (http://www.javiercejudo.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/javiercejudo/scale/issues"
},
"homepage": "https://github.com/javiercejudo/scale#readme",
"devDependencies": {
"arbitrary-precision": "^1.1.2",
"bigjs-adapter": "^2.2.1",
"floating-adapter": "^1.2.1",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.1.3",
"rimraf": "^2.5.0",
"should": "^8.0.1"
},
"dependencies": {
"to-decimal-arbitrary-precision": "^1.0.2"
}
}