pushpin-white
Version:
Reporter for pushpin TAP harness
33 lines (32 loc) • 736 B
JSON
{
"name": "pushpin-white",
"version": "2.0.0",
"description": "Reporter for pushpin TAP harness",
"engines" : {
"node" : ">=4"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sandro Pasquali <spasquali@gmail.com>",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.1",
"figures": "^1.4.0",
"lodash": "^3.10.1"
},
"repository": {
"type": "git",
"url": "https://github.com/sandro-pasquali/pushpin-white.git"
},
"keywords": [
"TAP",
"testing",
"pushpin"
],
"bugs": {
"url": "https://github.com/sandro-pasquali/pushpin-white/issues"
},
"homepage": "https://github.com/sandro-pasquali/pushpin-white"
}