forked from Planeshifter/node-MetaMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.19 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
45
46
47
48
{
"name": "meta-map",
"version": "0.8.21",
"description": "Package providing access to the MetaMap Web API for UMLS",
"main": "lib/metaMap.js",
"scripts": {
"test": "mocha test/test.coffee --compilers coffee:coffee-script/register",
"prepublish": "grunt",
"postinstall": "node lib/postinstall.js"
},
"bin": {
"MetaMap": "./bin/MetaMap"
},
"repository": {
"type": "git",
"url": "https://github.com/Planeshifter/node-MetaMap.git"
},
"keywords": [
"dictionaries",
"UMLS",
"health-analytics",
"text-analysis"
],
"author": "Philipp Burckhardt",
"license": "MIT",
"bugs": {
"url": "https://github.com/Planeshifter/node-MetaMap/issues"
},
"homepage": "https://github.com/Planeshifter/node-MetaMap",
"devDependencies": {
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"coffee-script": "^1.8.0",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-watch": "^0.6.1"
},
"dependencies": {
"bluebird": "^2.3.11",
"coffee-script": ">= 1.6.0",
"commander": "^2.5.0",
"mime": "^1.2.11",
"mocha": "^2.0.1",
"prompt": "^0.2.14",
"underscore": "^1.7.0",
"xml2js": "^0.4.4"
}
}