-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "linear-presets",
"version": "3.0.0",
"description": "Linear presets for converting common units",
"main": "src/linear-presets.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/javiercejudo/linear-presets"
},
"keywords": [
"feature scaling",
"normalisation",
"normalization",
"scale",
"rescale"
],
"author": "Javier Cejudo",
"license": "MIT",
"bugs": {
"url": "https://github.com/javiercejudo/linear-presets/issues"
},
"homepage": "https://github.com/javiercejudo/linear-presets",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.1.3",
"rimraf": "^2.4.3",
"should": "^8.0.1"
},
"dependencies": {
"linear-presets-amount-of-substance": "^1.0.0",
"linear-presets-angle": "^1.0.1",
"linear-presets-area": "^2.0.1",
"linear-presets-digital-information": "^2.0.0",
"linear-presets-electric-current": "^1.0.0",
"linear-presets-length": "^2.0.2",
"linear-presets-luminous-intensity": "^1.0.1",
"linear-presets-mass": "^2.0.1",
"linear-presets-metric-prefixes": "^2.0.1",
"linear-presets-temperature": "^2.0.3",
"linear-presets-temperature-difference": "^2.0.1",
"linear-presets-time": "^2.0.2",
"linear-presets-velocity": "^1.0.1",
"linear-presets-volume": "^2.0.1"
}
}