-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 814 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": "json-schema-translator",
"version": "1.1.1",
"description": "An implementation of schema translation/migration definition for JavaScript.",
"main": "index.js",
"files": [
"/src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ggondim/json-schema-translator.git"
},
"keywords": [
"json",
"schema",
"json-schema"
],
"author": {
"name": "Gustavo Gondim",
"url": "https://github.com/ggondim"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ggondim/json-schema-translator/issues"
},
"homepage": "https://github.com/ggondim/json-schema-translator#readme",
"dependencies": {
"deepmerge": "^4.2.2",
"dot-object": "^2.1.3"
}
}