UNPKG

js-factories

Version:

Object factory to create dynamic test fixtures

31 lines (30 loc) 778 B
{ "author": "Matthijs Groen <matthijs.groen@gmail.com>", "name": "js-factories", "description": "Object factory to create dynamic test fixtures", "keywords": [ "test", "fixtures", "factory", "testing", "traits", "sequences" ], "version": "1.1.1", "repository": { "type": "git", "url": "https://github.com/matthijsgroen/js-factories" }, "bugs": { "url": "https://github.com/matthijsgroen/js-factories/issues" }, "scripts": { "test": "mocha" }, "devDependencies": { "chai": ">= 1.3.0", "coffee-script": ">= 1.4.0", "mocha": ">= 1.8.0", "sinon": ">= 1.5.2" }, "main": "./js-factories", "licenses": [ { "type": "MIT", "url": "http://github.com/matthijsgroen/js-factories/blob/master/LICENSE" } ] }