gulp-regex-shuffler
Version:
Use regular expressions to shuffle around text!
64 lines (63 loc) • 1.26 kB
JSON
{
"author": {
"email": "jared@thenaglecode.com",
"name": "Nagle, Jared",
"url": "http://www.thenaglecode.com"
},
"bin": {
"main": "./index.js"
},
"contributors": [
"Jared Nagle"
],
"dependencies": {
"gulp-util": "^3.0.1",
"through2": "^0.6.3",
"vinyl-fs": "^0.3.13"
},
"description": "Use regular expressions to shuffle around text!",
"devDependencies": {
"event-stream": "^3.1.7",
"karma": "^0.12.28",
"mocha": "^2.0.1",
"mocha-jshint": "0.0.9",
"vinyl": "^0.4.6"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "http://thenaglecode.com/npm/gulp-regex-shuffler",
"keywords": [
"regex",
"regular",
"expressions",
"shuffle",
"shift",
"rearrange",
"re-arrange",
"re-organizing",
"move",
"text",
"gulpplugin",
"gulp-plugin",
"gulp",
"cut",
"paste"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"main": "index.js",
"name": "gulp-regex-shuffler",
"repository": {
"type": "git",
"url": "https://github.com/thenaglecode/gulp-regex-shuffler"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"version": "0.2.3"
}