forked from LHNCBC/ucum-lhc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.84 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
69
{
"name": "@lhncbc/ucum-lhc",
"version": "2.6.4",
"description": "Implements Unified Code for Units of Measure (UCUM) functions in a javascript library",
"main": "source-es5/ucumPkg.js",
"homepage": "https://lhncbc.github.io/ucum-lhc/",
"directories": {
"test": "test"
},
"files": [
"source-es5/*.js",
"data/ucumDefs.json",
"test/testModule.spec.js"
],
"dependencies": {
"braces": "^2.3.1",
"csv": "^1.1.0",
"csv-parse": "^1.1.7",
"csv-stringify": "^1.0.4",
"escape-html": "^1.0.3",
"fs": "0.0.1-security",
"is-integer": "^1.0.6",
"jsonfile": "^2.2.3",
"stream": "0.0.2",
"stream-transform": "^0.1.1",
"string-to-stream": "^1.1.0",
"xmldoc": "^0.4.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"babel-preset-env": "^1.7.0",
"babelify": "^7.2.0",
"bootstrap": "^4.3.1",
"bower": "^1.8.8",
"browserify": "^16.2.3",
"browserify-fs": "https://github.com/eight04/browserify-fs#eb6645531326de3",
"connect": "^3.6.6",
"grunt": "^1.0.4",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-protractor-runner": "^5.0.0",
"grunt-wiredep": "^3.0.1",
"jit-grunt": "^0.10.0",
"mocha": "^5.2.0",
"path": "^0.12.7",
"protractor": "^5.3.1",
"semver": "^5.5.1",
"serve-index": "^1.8.0",
"serve-static": "^1.12.2",
"ssi": "^0.3.0",
"time-grunt": "^1.4.0",
"webdriver-manager": "^12.0.6"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/lhncbc/ucum-lhc"
},
"license": "SEE LICENSE IN LICENSE.md"
}