abot_testmodel
Version:
example model data
34 lines (33 loc) • 889 B
JSON
{
"name": "abot_testmodel",
"version": "0.1.4",
"description": "example model data",
"main": "js/index.js",
"typings": "js/index",
"scripts": {
"build": "gulp",
"test": "gulp test",
"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/abot_testmodel.git"
},
"keywords": [
"typescript",
"fdevstart",
"abot"
],
"author": "jfsebpublic@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfseb/abot_testmodel/issues"
},
"homepage": "https://github.com/jfseb/abot_testmodel#readme",
"devDependencies": {
},
"dependencies": {
}
}