forked from hltcoe/concrete-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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
{
"name": "@hltcoe/concrete",
"version": "4.15.2",
"description": "Node.js library for working with Concrete, a data serialization format for NLP",
"main": "concrete.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hltcoe/concrete-js.git"
},
"keywords": [
"NLP",
"HLT"
],
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/hltcoe/concrete-js/issues"
},
"homepage": "https://github.com/hltcoe/concrete-js/blob/main/README-nodejs.md",
"dependencies": {
"thrift": "^0.16.0"
},
"devDependencies": {
"docdash": "^1.1.0",
"grunt": "^1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-jsdoc": "^2.3.1",
"grunt-shell": "^3.0.1",
"is-docker": "^1.1.0",
"jasmine-core": "^3.4.0",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-jquery": "^0.1.1",
"karma-safari-launcher": "^1.0.0",
"karma-spec-reporter": "^0.0.32"
},
"scripts": {
"test": "karma start --single-run --browsers ChromeCustom --reporters spec"
}
}