UNPKG

violations

Version:

get violated arguments for validation and assertion

47 lines (46 loc) 1.15 kB
{ "name": "violations", "description": "get violated arguments for validation and assertion", "version": "0.1.0", "author": "Jxck", "bugs": { "url": "https://github.com/jxck/violations/issues" }, "devDependencies": { "babel": "^5.5.6", "eslint": "^0.22.1", "eslint-plugin-classes": "0.0.2", "mocha": "^2.2.5" }, "files": [ ".eslintrc", ".gitignore", "README.md", "build", "index.js", "package.json", "src", "test" ], "homepage": "https://github.com/jxck/violations", "keywords": [ "assertion", "validate", "validation", "violations" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/jxck/violations.git" }, "scripts": { "build": "babel src --out-dir build/src && babel test --out-dir build/test", "clean": "rm -rf build/* && rm -rf npm-debug.log", "example": "babel-node example.js", "lint": "fixpack && eslint src test example.js", "prepublish": "npm run clean && npm run build", "test": "npm run lint && npm run clean && npm run build && mocha build/test" } }