UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

41 lines (40 loc) 1.06 kB
{ "name": "ajv-keywords", "version": "1.1.1", "description": "Custom JSON-Schema keywords for ajv validator", "main": "index.js", "scripts": { "test": "npm run eslint && npm run test-cov", "eslint": "eslint index.js keywords/*.js", "test-spec": "mocha spec/*.spec.js -R spec", "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec" }, "repository": { "type": "git", "url": "git+https://github.com/epoberezkin/ajv-keywords.git" }, "keywords": [ "JSON-Schema", "ajv", "keywords" ], "author": "Evgeny Poberezkin", "license": "MIT", "bugs": { "url": "https://github.com/epoberezkin/ajv-keywords/issues" }, "homepage": "https://github.com/epoberezkin/ajv-keywords#readme", "peerDependencies": { "ajv": ">=4.2.0" }, "devDependencies": { "ajv": "^4.7.4", "ajv-pack": "^0.2.0", "chai": "^3.5.0", "coveralls": "^2.11.9", "eslint": "^2.11.1", "istanbul": "^0.4.3", "mocha": "^2.5.3", "pre-commit": "^1.1.3" } }