json-faker
Version:
This application creates json with fake contextual data. It takes input as a template.
48 lines (47 loc) • 1.01 kB
JSON
{
"name": "json-faker",
"version": "1.1.2",
"description": "This application creates json with fake contextual data. It takes input as a template.",
"main": "src/json-faker.js",
"scripts": {
"build": "webpack --config ./webpack.config.js",
"test": "mocha",
"start": "nodemon index.js",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha"
},
"author": "Shafeeque",
"license": "MIT",
"dependencies": {
"faker": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/shafeeq116/json-faker.git"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"webpack": "^2.2.0"
},
"semistandard": {
"globals": [
"describe",
"it",
"expect"
]
},
"keywords": [
"mock",
"data",
"json",
"faker",
"fake",
"object",
"jsonschema",
"repeat"
]
}