-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
34 lines (34 loc) · 818 Bytes
/
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
{
"name": "hl7-dictionary",
"version": "1.0.1",
"description": "HL7 definition dictionary",
"main": "lib/index.js",
"license": "MIT",
"author": {
"name": "Fernando Serrano",
"email": "fernandojsg@gmail.com",
"url": "https://github.com/fernandojsg"
},
"dependencies": {},
"devDependencies": {
"browserify": "^11.0.1",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {},
"keywords": [
"hl7",
"healthcare"
],
"repository": {
"type": "git",
"url": "git://github.com/fernandojsg/hl7-dictionary.git"
},
"homepage": "https://github.com/fernandojsg/hl7-dictionary",
"bugs": {
"url": "https://github.com/fernandojsg/hl7-dictionary/issues"
}
}