grunt-rot13
Version:
Encrypt strings in file with ROT-13 algorithm.
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "grunt-rot13",
"version": "0.1.3",
"description": "Encrypt strings in file with ROT-13 algorithm.",
"keywords": [
"gruntplugin",
"encryption",
"obfuscation",
"rot-13"
],
"homepage": "https://github.com/creativ/grunt-rot13",
"bugs": "https://github.com/creativ/grunt-rot13/issues",
"author": {
"name": "Dmitriy Tkalich",
"email": "mantap25@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/creativ/grunt-rot13.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"escodegen": "^1.6.1",
"esprima": "^2.0.0",
"estraverse": "^1.9.1",
"rot": "^0.1.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"engines": {
"node": ">= 0.8.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/creativ/grunt-rot13/blob/master/LICENSE-MIT"
}
]
}