UNPKG

easen-models

Version:
44 lines (43 loc) 1.24 kB
{ "name": "easen-models", "version": "0.4.0", "description": "ES6 models & validation", "author": "Dawid Rusnak <dawid@drcode.pl>", "main": "lib/index.js", "scripts": { "build": "rollup -c", "prepublish": "npm run build", "test": "eslint src && mocha ./tests", "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- ./tests && cat ./coverage/lcov.info | ./node_modules/.bin/codeclimate-test-reporter" }, "keywords": [ "model", "models", "validation", "ddd", "domain", "easen" ], "homepage": "https://github.com/rangoo94/easen-models", "bugs": "https://github.com/rangoo94/easen-models/issues", "repository": { "type": "git", "url": "https://github.com/rangoo94/easen-models.git" }, "license": "MIT", "devDependencies": { "buble": "^0.15.2", "codeclimate-test-reporter": "^0.4.1", "eslint": "^3.13.1", "eslint-config-standard": "^5.3.5", "eslint-plugin-standard": "^2.0.1", "expect.js": "^0.3.1", "istanbul": "^0.4.4", "mocha": "^3.0.2", "rollup": "^0.43.0", "rollup-plugin-buble": "^0.15.0", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-uglify": "^2.0.1", "standard": "^10.0.2" } }