ng-apimock-data-generator
Version:
generate multiple ng-Apimock data files based on JSON / YAML templates
41 lines (40 loc) • 1.15 kB
JSON
{
"name": "ng-apimock-data-generator",
"version": "0.1.0-beta",
"description": "generate multiple ng-Apimock data files based on JSON / YAML templates",
"main": "src/index.js",
"scripts": {
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coverage": "JASMINE_CONFIG_PATH=test/jasmine.json istanbul cover ./node_modules/.bin/jasmine",
"test": "npm run coverage"
},
"keywords": [
"testdata",
"mocking",
"data",
"ng-apimock",
"json",
"yaml"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wswebcreation/ng-apimock-data-generator.git"
},
"bugs": {
"url": "https://github.com/wswebcreation/ng-apimock-data-generator/issues"
},
"homepage": "https://github.com/wswebcreation/ng-apimock-data-generator#readme",
"author": "wswebcreation",
"license": "ISC",
"dependencies": {
"fs-extra": "^4.0.1",
"js-yaml": "^3.9.1",
"lodash": "^4.17.4"
},
"devDependencies": {
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"jasmine": "^2.7.0",
"jasmine-spec-reporter": "^4.1.1"
}
}