-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 909 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 909 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
{
"author": "Rustici Software <support@tincanapi.com>",
"contributors": [
{
"name": "Chaim-Leib Halbert",
"email": "chaim.leib.halbert@gmail.com"
},
{
"name": "Brian J. Miller",
"email": "brian.miller@tincanapi.com"
}
],
"name": "tin-can-json-schema-validator",
"description": "Tin Can JSON Schema Validator",
"license": "Apache-2.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/RusticiSoftware/TinCanValidator.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"tin-can-json-schema": "2.0.0",
"tv4": "~1.0.18",
"async": "~0.9.0",
"node-getopt": "~0.2.3",
"string": "~1.9.0"
},
"devDependencies": {},
"optionalDependencies": {},
"scripts": {
"install": "pushd lib && git submodule init && git submodule update && popd",
"test": "node test/test.js"
}
}