factory-js
Version:
Building JavaScript objects inspired by rosie and factory_girl
35 lines (34 loc) • 574 B
JSON
{
"name": "factory",
"version": "1.2.1",
"homepage": "https://github.com/tb/factory",
"authors": [
"Tomasz Bak <t.bak@selleo.com>"
],
"description": "Building JavaScript objects inspired by rosie.js and factory_girl",
"main": [
"dist/factory.js"
],
"moduleType": [
"globals",
"node"
],
"keywords": [
"fixtures",
"tests",
"data",
"build",
"seeds",
"factory_girl"
],
"license": "MIT",
"ignore": [
"*.*",
"LICENSE",
"src",
"node_modules",
"bower_components",
"test",
"tests"
]
}