project-json-validator
Version:
Validates project.json
23 lines (22 loc) • 566 B
JSON
{
"name": "project-json-validator",
"version": "1.0.9",
"description": "Validates project.json",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartface/projectJSONValidator.git"
},
"keywords": [
"Smartface"
],
"author": "Smartface, Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/smartface/projectJSONValidator/issues"
},
"homepage": "https://github.com/smartface/projectJSONValidator#readme"
}