rubyfy
Version:
Easily write ruby annotations and output it as HTML.
50 lines (49 loc) • 1.05 kB
JSON
{
"name": "rubyfy",
"version": "5.0.0",
"description": "Easily write ruby annotations and output it as HTML.",
"main": "lib/index.js",
"scripts": {
"test": "nyc ava",
"ava": "ava",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"generate-regex": "node tools/generate-regex.js"
},
"repository": {
"type": "git",
"url": "https://github.com/seangenabe/rubyfy.git"
},
"keywords": [
"ruby",
"html"
],
"author": "Sean Genabe <seangenabe@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/seangenabe/rubyfy/issues"
},
"homepage": "https://github.com/seangenabe/rubyfy",
"dependencies": {
"global": "^4.3.1"
},
"devDependencies": {
"ava": "^0.18.0",
"bel": "^4.5.0",
"coveralls": "^2.11.15",
"cross-env": "^3.1.3",
"nyc": "^10.0.0",
"regenerate": "^1.3.2",
"unicode-9.0.0": "^0.7.0"
},
"engines": {
"node": ">=6.4.0"
},
"ava": {
"files": [
"test/**/*.js"
],
"source": [
"*.js"
]
}
}