UNPKG

drupal-test-data

Version:
31 lines (30 loc) 757 B
{ "name": "drupal-test-data", "version": "1.3.0", "description": "Package to generate fake data for diffrent content types", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/veerpatil/drupal-test-data-generator.git" }, "keywords": [ "tdm", "automation", "test", "data" ], "author": "Veerkumar Patil", "license": "ISC", "bugs": { "url": "https://github.com/veerpatil/drupal-test-data-generator.git/issues" }, "homepage": "https://github.com/veerpatil/drupal-test-data-generator.git#readme", "dependencies": { "fs": "^0.0.1-security", "js-yaml": "^4.1.0", "path": "^0.12.7" } }