-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 935 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
35
36
37
38
39
40
{
"name": "ewd-vista-meditor",
"engines": {
"node": ">=6"
},
"version": "0.0.1",
"description": "QEWD VistA: Mumps Editor",
"main": "index.js",
"author": "Qazi Faisal Sami <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Example-VistA-Hospital/ewd-vista-meditor.git"
},
"devDependencies": {
"eslint": "",
"eslint-plugin-json": ""
},
"ewdVista": {
"parentModule": "ewd-vista",
"name": "Mumps Editor",
"htmlName": "meditor",
"sortOrder": "90",
"securityKey": ""
},
"bugs": {
"url": "https://github.com/Example-VistA-Hospital/ewd-vista-meditor/issues"
},
"homepage": "https://github.com/Example-VistA-Hospital/ewd-vista-meditor#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"meditor",
"ewd-vista",
"qewd",
"mumps",
"editor"
]
}