testx-yaml-parser
Version:
Simple YAML file parser for use with the testx library. Converts a YAML file to testx test script (JSON)
26 lines (25 loc) • 694 B
JSON
{
"name": "testx-yaml-parser",
"version": "2.0.0",
"description": "Simple YAML file parser for use with the testx library. Converts a YAML file to testx test script (JSON)",
"main": "lib/index.js",
"dependencies": {
"js-yaml": "^3.6.1"
},
"devDependencies": {
"coffee-script": "^1.11.1"
},
"scripts": {
"build": "coffee -o lib/ -c src/",
"prepublish": "npm test",
"pretest": "npm run build",
"test": "node_modules/coffee-script/bin/coffee test/spec.coffee"
},
"repository": {
"type": "git",
"url": "http://www.github.com/testxio/yaml-parser.git"
},
"keywords": ["yaml", "test", "testx"],
"author": "Greyarch BV",
"license": "ISC"
}