-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.91 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "linear-converter",
"version": "7.3.0",
"description": "Flexible linear converter",
"main": "src/linear-converter.js",
"scripts": {
"version": "gulp && git add -A dist",
"test": "gulp test && scripts/browser_tester.sh",
"disc": "gulp dev && ./scripts/disc_generator.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javiercejudo/linear-converter.git"
},
"keywords": [
"feature scaling",
"normalisation",
"normalization",
"scale",
"rescale",
"conversion",
"units"
],
"author": "Javier Cejudo <[email protected]> (http://www.javiercejudo.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/javiercejudo/linear-converter/issues"
},
"homepage": "https://github.com/javiercejudo/linear-converter#readme",
"devDependencies": {
"arbitrary-precision": "^1.3.1",
"betterer": "^1.0.2",
"bigjs-adapter": "^2.2.0",
"browserify": "^13.0.0",
"del": "^2.0.2",
"disc": "^1.3.2",
"every-against-first": "^2.0.0",
"floating-adapter": "^1.2.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-header": "^1.7.1",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.7",
"karma": "^0.13.19",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"linear-preset-factory": "^1.0.2",
"linear-presets": "^3.0.0",
"mocha": "^2.3.3",
"phantomjs-prebuilt": "^2.1.4",
"should": "^8.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"linear-preset-to-decimal": "^1.2.0",
"linear-scale-to-decimal": "^1.2.0",
"rescale": "^10.0.0"
}
}