UNPKG

factory-granny

Version:

Factory for building flexible JavaScript objects. Inspired by factory_girl.

47 lines (46 loc) 1.53 kB
{ "name": "factory-granny", "version": "1.1.4", "description": "Factory for building flexible JavaScript objects. Inspired by factory_girl.", "main": "./index.js", "scripts": { "test": "npm run lint && npm run mocha", "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha -- --opts mocha.opts --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "coverage": "istanbul cover ./node_modules/.bin/_mocha -- --opts mocha.opts", "mocha": "./node_modules/.bin/_mocha --opts mocha.opts", "lint": "jshint --reporter=node_modules/jshint-stylish lib tests; jscs lib tests; exit 0;" }, "author": "Breno Lima de Freitas <brenolimadefreitas@gmail.com> (https://breno.io/)", "license": "Apache 2.0", "dependencies": { "merge": "^1.2.0", "rosie": "^1.2.0", "sinon": "^1.17.1", "sinon-as-promised": "^4.0.0", "wrench": "^1.5.8" }, "devDependencies": { "chai": "^3.3.0", "chai-as-promised": "^5.1.0", "coveralls": "^2.11.4", "jscs": "^2.2.1", "jshint-stylish": "^2.0.1", "mocha": "^2.3.3", "mocha-lcov-reporter": "^1.0.0", "rewire": "^2.3.4", "sinon-chai": "^2.8.0" }, "repository": { "type": "git", "url": "https://github.com/brenolf/factory-granny.git" }, "bugs": { "url": "https://github.com/brenolf/factory-granny/issues" }, "homepage": "https://github.com/brenolf/factory-granny", "keywords": [ "factory", "factory_girl", "stub" ] }