factory-girl
Version:
A factory library for Node.js and JavaScript inspired by factory_girl
35 lines • 714 B
JSON
{
"name": "factory-girl",
"description": "A factory library for Node.js and JavaScript inspired by factory_girl",
"main": "./src/index",
"author": [
"@aexmachina",
"@chetanism"
],
"version": "5.0.4",
"keywords": [
"factory",
"test",
"bdd",
"tdd",
"fixture"
],
"repository": {
"type": "git",
"url": "http://github.com/aexmachina/factory-girl.git"
},
"license": "MIT",
"bugs": {
"url": "http://github.com/aexmachina/factory-girl/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/aexmachina/factory-girl/raw/master/LICENSE"
}
],
"dependencies": {
"babel-runtime": "^6.11.6",
"chance": "^1.0.4"
}
}