UNPKG

jts-validator

Version:
32 lines (31 loc) 650 B
{ "name": "jts-validator", "version": "0.1.0", "description": "A validator for JSON tabular data", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/standard-analytics/jts-validator.git" }, "keywords": [ "JSON", "table", "schema" ], "author": "Sebastien Ballesteros", "license": "MIT", "bugs": { "url": "https://github.com/standard-analytics/jts-validator/issues" }, "devDependencies": { "mocha": "~1.14.0" }, "dependencies": { "es6-shim": "^0.9.3", "json-stable-stringify": "^0.1.1", "clone": "^0.1.11" } }