forked from arshadkazmi42/ak-json-to-joi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 1.13 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
{
"name": "ak-json-to-joi",
"version": "1.3.1",
"dependencies": {
"joi": "^13.2.0"
},
"description": "[![npm version](https://badge.fury.io/js/ak-json-to-joi.svg)](https://badge.fury.io/js/ak-json-to-joi) [![Dependencies](https://david-dm.org/arshadkazmi42/ak-json-to-joi.svg)](https://david-dm.org/arshadkazmi42/ak-json-to-joi) [![npm Downloads](https://img.shields.io/npm/dm/ak-json-to-joi.svg)](https://www.npmjs.com/package/ak-json-to-joi)",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"mocha": "^5.1.1"
},
"scripts": {
"test": "mocha test/joi.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/arshadkazmi42/ak-json-to-joi.git"
},
"keywords": [
"joi",
"json",
"json",
"to",
"joi",
"joi",
"schema",
"schema",
"builder"
],
"author": "Arshad Kazmi <[email protected]> (http://github.com/arshadkazmi42)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/arshadkazmi42/ak-json-to-joi/issues"
},
"homepage": "https://github.com/arshadkazmi42/ak-json-to-joi#readme"
}