forked from cvent/json-schema-deref-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 898 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 898 Bytes
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
{
"author": {
"name": "Bojan D.",
"email": "dbojan@gmail.com"
},
"name": "json-schema-deref-sync",
"description": "Simple Node.js JSON Schema dereferencer",
"keywords": [
"json",
"schema"
],
"version": "0.2.9",
"homepage": "https://github.com/bojand/json-schema-deref-sync",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/bojand/json-schema-deref-sync.git"
},
"bugs": {
"url": "http://github.com/bojand/json-schema-deref-sync/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"main": "./lib/index.js",
"dependencies": {
"clone": "~1.0.2",
"lodash": "~3.10.1",
"mpath": "~0.2.1",
"valid-url": "~1.0.9",
"traverse": "~0.6.6"
},
"devDependencies": {
"async": "~1.5.0",
"mocha": "~2.3.4",
"fs.extra": "~1.3.2",
"chai": "~3.4.1"
},
"scripts": {
"test": "mocha"
}
}