-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
63 lines (63 loc) · 1.71 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
{
"name": "@lhncbc/ucum-lhc",
"version": "7.1.1",
"description": "Implements Unified Code for Units of Measure (UCUM) functions in a javascript library",
"main": "source-cjs/ucumPkg.js",
"homepage": "https://lhncbc.github.io/ucum-lhc/",
"directories": {
"test": "test"
},
"files": [
"browser-dist/ucum-lhc.min.*",
"source-cjs/*",
"source/*",
"data/ucumDefs.min.json"
],
"dependencies": {
"coffeescript": "^2.7.0",
"csv-parse": "^4.4.6",
"csv-stringify": "^1.0.4",
"escape-html": "^1.0.3",
"is-integer": "^1.0.6",
"jsonfile": "^2.2.3",
"stream-transform": "^0.1.1",
"string-to-stream": "^1.1.0",
"xmldoc": "^0.4.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/preset-env": "^7.6.2",
"@babel/register": "^7.6.2",
"babel-loader": "^8.0.6",
"babelify": "^10.0.0",
"bower": "^1.8.8",
"grunt": "^1.5.3",
"grunt-babel": "^8.0.0",
"grunt-browserify": "^6.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-extract-sourcemap": "^0.1.19",
"grunt-mocha-test": "^0.13.2",
"jit-grunt": "^0.10.0",
"mocha": "^10.2.0",
"path": "^0.12.7",
"semver": "^5.5.1",
"time-grunt": "^1.4.0",
"webpack": "^5.20.2",
"webpack-cli": "^5.0.1"
},
"scripts": {
"build": "grunt build && webpack",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lhncbc/ucum-lhc"
},
"license": "SEE LICENSE IN LICENSE.md"
}