circleci-node-toolkit
Version:
Util scripts and testing reporters for working with CircleCI
43 lines (42 loc) • 952 B
JSON
{
"name": "circleci-node-toolkit",
"description": "Util scripts and testing reporters for working with CircleCI",
"version": "0.0.8",
"homepage": "https://github.com/macobo/circleci-node-toolkit",
"author": {
"name": "Karl-Aksel Puulmann",
"email": "karl@heapanalytics.com"
},
"repository": {
"type": "git",
"url": "git://github.com/macobo/circleci-node-toolkit.git"
},
"bugs": {
"url": "https://github.com/macobo/circleci-node-toolkit/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/macobo/circleci-node-toolkit/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"keywords": [
"circleci",
"testing",
"mocha",
"coffeelint"
],
"dependencies": {
"coffeelint": ">=1.10.0",
"debug": "^2.2.0",
"lodash": "^4.6.1",
"mkdirp": "~0.5.1",
"xml": "^1.0.0"
},
"peerDependencies": {
"mocha": ">=2.0.0"
}
}