fedtools-utilities
Version:
Set of utilites for fedtools within nodejs
74 lines (73 loc) • 1.83 kB
JSON
{
"name": "fedtools-utilities",
"version": "1.0.44",
"description": "Set of utilites for fedtools within nodejs",
"author": "Arno Versini",
"main": "index.js",
"files": [
"index.js",
"lib",
"data"
],
"repository": {
"type": "git",
"url": "https://github.com/aversini/fedtools-utilities.git"
},
"bugs": {
"url": "https://github.com/aversini/fedtools/issues"
},
"scripts": {
"ci": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha"
},
"dependencies": {
"async": "^2.0.1",
"ecstatic": "^2.1.0",
"fedtools-commands": "~0.0.6",
"fedtools-config": "~0.0.15",
"fedtools-logs": "~0.1.1",
"fs-extra": "^1.0.0",
"inquirer": "^1.1.2",
"lodash": "^4.15.0",
"minimatch": "^3.0.3",
"moment": "^2.10.2",
"mustache": "^2.2.1",
"nodemailer": "^1.10.0",
"nodemailer-html-to-text": "^1.0.2",
"osenv": "~0.1.0",
"portfinder": "^1.0.0",
"rimraf": "^2.5.0",
"semver": "^5.1.0",
"shelljs": "^0.7.0",
"smtp-server": "^1.16.1",
"tar-fs": "^1.9.0",
"union": "^0.4.4"
},
"devDependencies": {
"chai": "*",
"coveralls": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-release": "*",
"grunt-curl": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-mkdir": "*",
"grunt-shell": "*",
"istanbul": "*",
"load-grunt-tasks": "*",
"mocha": "*",
"mocha-lcov-reporter": "*"
},
"keywords": [
"fed",
"tools",
"utilities",
"fork",
"exec",
"spawn",
"shell",
"console",
"terminal"
]
}