-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
77 lines (77 loc) · 1.75 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "joi-generate",
"description": "Generates sample data from Joi schema",
"version": "0.2.0",
"homepage": "https://github.com/Hewlett-Packard-ESS/joi-generate",
"author": {
"name": "Karl Stoney",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/Hewlett-Packard-ESS/joi-generate.git"
},
"bugs": {
"url": "https://github.com/Hewlett-Packard-ESS/joi-generate/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Hewlett-Packard-ESS/joi-generate/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt mochaTest"
},
"devDependencies": {
"coveralls": "~2.11.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-istanbul": "^2.4.0",
"grunt-mocha-test": "^0.12.7",
"grunt-notify": "0.4.1",
"istanbul": "^0.3.14",
"joi": "^6.4.3",
"mocha": "^2.2.5",
"mocha-jenkins-reporter": "^0.1.8",
"should": "^6.0.3"
},
"keywords": [],
"dependencies": {
"async": "^1.2.1",
"chance": "^0.7.5",
"debug": "^2.2.0",
"lib-onion": "^0.1.1",
"lodash": "^3.9.3",
"moment": "^2.10.6",
"randexp": "0.4.6",
"uuid": "^3.0.0"
},
"contributors": [
{
"name": "jamlen",
"email": null,
"url": "https://github.com/jamlen"
},
{
"name": "Ricky Tam",
"email": null,
"url": "https://github.com/powpowricky"
},
{
"name": "Trystan Johnson",
"email": null,
"url": "https://github.com/trystanj"
},
{
"name": "Daniel Lockhart",
"email": null,
"url": "https://github.com/Danlock"
}
]
}