mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 15:06:05 +00:00
Initial commit
This commit is contained in:
33
node_modules/json-schema/package.json
generated
vendored
Normal file
33
node_modules/json-schema/package.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "json-schema",
|
||||
"version": "0.2.3",
|
||||
"author": "Kris Zyp",
|
||||
"description": "JSON Schema validation and specifications",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Kris Zyp",
|
||||
"email": "kriszyp@gmail.com"
|
||||
}
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "AFLv2.1",
|
||||
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
|
||||
},
|
||||
{
|
||||
"type": "BSD",
|
||||
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/kriszyp/json-schema"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"main": "./lib/validate.js",
|
||||
"devDependencies": {
|
||||
"vows": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user