forked from APIDevTools/json-schema-ref-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 779 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 779 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
{
"name": "json-schema-ref-parser",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
"keywords": [],
"authors": [
{
"name": "James Messinger",
"homepage": "https://github.com/BigstickCarpet"
}
],
"license": "MIT",
"homepage": "https://github.com/BigstickCarpet/json-schema-ref-parser",
"main": "dist/ref-parser.js",
"repository": {
"type": "git",
"url": "https://github.com/BigstickCarpet/json-schema-ref-parser.git"
},
"ignore": [
"/bower_components",
"/docs",
"/lib",
"/www",
"/dist/*.test.js",
"/test",
"/karma.conf.js",
"/.*",
"/index.html",
"/package.json"
],
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.0.0"
}
}