UNPKG

sails-factory

Version:

Simple model factory for Sails.js. Inspired by factory_girl and rosie.

42 lines (41 loc) 866 B
{ "name": "sails-factory", "version": "0.4.0", "description": "Simple model factory for Sails.js. Inspired by factory_girl and rosie.", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/zand3rs/sails-factory.git" }, "keywords": [ "sails-factory", "sails_factory", "sails", "factory", "test" ], "author": { "name": "Alexander Magtipon", "email": "zand3rs@gmail.com" }, "license": "ISC", "bugs": { "url": "https://github.com/zand3rs/sails-factory/issues" }, "dependencies": { "inflection": "^1.7.1", "lodash": "^3.10.1", "util": "^0.10.3" }, "devDependencies": { "async": "^1.4.2", "chai": "^3.3.0", "grunt": "^0.4.5", "mocha": "^2.3.3", "sails": "^0.10.5", "sails-memory": "^0.10.5" } }