-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1020 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
41
42
43
{
"name": "vireo-engine",
"version": "0.0.1",
"description": "Vireo is an HL7 engine simulator to generate random and configurable data for testing purposes. All data generated is simulated and faked.",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"keywords": [
"hl7",
"engine",
"simulation",
"simulator",
"library",
"testing",
"test",
"fake"
],
"devDependencies": {
"L7": "^0.2.2",
"eslint-config-iwt": "github:iwtsolutions/eslint-config-iwt",
"grunt": "^1.0.1",
"grunt-eslint": "^18.1.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.5.3",
"should": "^9.0.2",
"sinon": "^1.17.4"
},
"dependencies": {
"faker": "^3.1.0",
"hl7-builder": "^1.0.0",
"pluralize": "^2.0.0",
"rethinkdb": "^2.3.2",
"underscore": "^1.8.3"
},
"author": "Matthew King <mattking73@gmail.com>",
"license": "UNLICENSED",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/npm/npm.git"
}
}