-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "tv4-file-loader",
"version": "1.0.4",
"description": "Adds loading schemas from a single file or a directory functionality to the tv4 schema validator.",
"main": "lib/index.js",
"scripts": {
"test": "script/test",
"watch": "script/watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/connected-world-services/tv4-file-loader.git"
},
"keywords": [
"tv4",
"schema",
"validate",
"validation",
"load",
"loading",
"loader"
],
"author": "Derek Mayer",
"contributors": [
{
"name": "Derek Mayer",
"email": "mayerderekj@gmail.com"
},
{
"name": "Kyle Long",
"email": "uilwen@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/connected-world-services/tv4-file-loader/issues"
},
"homepage": "https://github.com/connected-world-services/tv4-file-loader#readme",
"devDependencies": {
"codecov": "~1.0.1",
"eslint": "~3.13.1",
"istanbul": "~0.4.5",
"jasmine": "~2.5.3",
"jasmine-test-helpers": "~1.1.2",
"tv4": "^1.2.7"
},
"dependencies": {
"bluebird": "^3.4.7",
"glob": "^7.1.0"
}
}