fdevsta_monmove
Version:
50 lines (49 loc) • 1.35 kB
JSON
{
"name": "fdevsta_monmove",
"version": "0.1.18",
"description": "model reading",
"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/fdevsta_monmove.git"
},
"keywords": [
"typescript",
"fdevstart",
"abot"
],
"author": "jfsebpublic@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfseb/fdevsta_monmove/issues"
},
"homepage": "https://github.com/jfseb/fdevsta_monmove#readme",
"devDependencies": {
"@types/debug": "0.0.29",
"@types/node": "^7.0.8",
"abot_testmodel": "^0.1.4",
"babel-preset-es2015": "^6.22.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-env": "^0.4.0",
"gulp-eslint": "^3.0.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-nodeunit": "^0.1.0",
"gulp-run": "^1.7.1",
"gulp-typescript": "^3.1.5",
"jscoverage": "^0.6.0",
"typescript": "^2.2.1"
},
"dependencies": {
"abot_stringdist": "^0.1.0",
"abot_utils": "^0.1.0"
}
}