mgnlq_testmodel
Version:
example model data for usage in mgnlq_model, use latter to create db testdb from this data, note that data needs to be explicitely linked as not a standard dependency
31 lines (30 loc) • 1.07 kB
JSON
{
"name": "mgnlq_testmodel",
"version": "0.0.11",
"description": "example model data for usage in mgnlq_model, use latter to create db testdb from this data, note that data needs to be explicitely linked as not a standard dependency",
"main": "js/index.js",
"typings": "js/index",
"scripts": {
"version": "npm show mgnlq_testmodel@* version",
"instrument": "jscoverage js/ gen_cov/ --exclude *.map,*.d.ts",
"testcov2": "export FSD_COVERAGE=1 && nodeunit test/model test/match --reporter=lcov",
"testcov": "export FSD_COVERAGE=1 && nodeunit test/model test/match --reporter=lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfseb/mgnlq_testmodel.git"
},
"keywords": [
"typescript",
"fdevstart",
"abot"
],
"author": "jfsebpublic@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfseb/mgnlq_testmodel/issues"
},
"homepage": "https://github.com/jfseb/mgnlq_testmodel#readme",
"devDependencies": {},
"dependencies": {}
}