Merge branch 'master' into 'master'
Merge of private repo to Master See merge request !4
Showing
CONTRIBUTE.md
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
jsconfig.json
0 → 100644
{ | ||
"name": "ngsi-ld", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "NGSI-LD Schema Compilation", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "scripts/validate_schema.sh" | ||
"test": "./scripts/validate_all.sh", | ||
"validate-examples": "./scripts/validate_examples.sh", | ||
"validate-locally": "./scripts/validate_locally.sh", | ||
"validate-online": "./scripts/validate_online.sh", | ||
"validate-schema": "./scripts/validate_schema.sh", | ||
"combine-files": "./scripts/combine_files.sh" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD" | ||
"url": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD" | ||
}, | ||
"keywords": [ | ||
"NGSI-LD" | ||
... | ... | @@ -16,6 +21,7 @@ |
"author": "Jose Manuel Cantera", | ||
"license": "ISC", | ||
"dependencies": { | ||
"ajv": "^6.5.5" | ||
"ajv": "^6.12.5", | ||
"swagger-cli": "^4.0.4" | ||
} | ||
} |