grunt-smarttext
Version:
Preprocess text in html files replacing quotes, ellipses, and other characters with their encoded utf equivalent
55 lines (54 loc) • 1.21 kB
JSON
{
"name": "grunt-smarttext",
"description": "Preprocess text in html files replacing quotes, ellipses, and other characters with their encoded utf equivalent",
"version": "0.1.4",
"homepage": "https://github.com/nrub/grunt-smarttext",
"author": {
"name": "Paul English",
"email": "paul@onfrst.com",
"url": "http://nrub.onfrst.com"
},
"repository": {
"type": "git",
"url": "git://github.com/nrub/grunt-smarttext.git"
},
"bugs": {
"url": "https://github.com/nrub/grunt-smarttext/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nrub/grunt-smarttext/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.1"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin",
"grunt",
"quotes",
"singlequotes",
"doublequotes",
"ellipses",
"widows",
"smarten",
"emdash"
],
"dependencies": {
"jsdom": "~0.7.0"
}
}