divertr
Version:
Text Diversion Filter
52 lines (51 loc) • 1.68 kB
JSON
{
"name": "divertr",
"version": "1.0.4",
"description": "Text Diversion Filter",
"keywords": [ "text", "diversion", "filter", "location", "dump", "enter", "leave" ],
"main": "lib/divertr.js",
"repository": {
"type": "git",
"url": "https://github.com/rse/divertr.git"
},
"author": {
"name": "Dr. Ralf S. Engelschall",
"email": "rse@engelschall.com",
"url": "http://engelschall.com"
},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"homepage": "https://github.com/rse/divertr",
"bugs": "https://github.com/rse/divertr/issues",
"dependencies": {
"tokenizr": "1.6.3"
},
"devDependencies": {
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-jshint": "3.0.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-browserify": "5.3.0",
"grunt-mocha-test": "0.13.3",
"mocha": "8.2.1",
"chai": "4.2.0",
"babelify": "10.0.0",
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"uglifyify": "5.0.2",
"browserify-header": "1.0.1",
"browserify-derequire": "1.0.1",
"browserify-replace": "1.0.1",
"source-map-support": "0.5.19"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"prepublishOnly": "grunt default",
"build": "grunt default"
}
}