tap-parser-yaml
Version:
parse the test anything protocol (with yaml diagnostic block parsing)
56 lines (55 loc) • 1.17 kB
JSON
{
"name": "tap-parser-yaml",
"version": "0.7.2",
"description": "parse the test anything protocol (with yaml diagnostic block parsing)",
"main": "index.js",
"bin": {
"tap-parser": "bin/cmd.js"
},
"dependencies": {
"inherits": "~2.0.1",
"minimist": "^0.2.0",
"readable-stream": "~1.1.11",
"js-yaml": "^3.0.2"
},
"devDependencies": {
"tape": "~2.3.2",
"tap": "~0.4.6"
},
"scripts": {
"test": "tap test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/10",
"chrome/latest",
"firefox/3.5",
"firefox/latest",
"opera/latest",
"safari/latest"
]
},
"repository": {
"type": "git",
"url": "git://github.com/namuol/tap-parser-yaml.git"
},
"homepage": "https://github.com/namuol/tap-parser-yaml",
"keywords": [
"tap",
"test",
"parser"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"contributors": {
"name": "Louis Acresti",
"email": "louis.acresti@gmail.com",
"url": "http://namuol.github.io"
},
"license": "MIT"
}