aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-rename/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-rename/package.json')
-rw-r--r--node_modules/gulp-rename/package.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/node_modules/gulp-rename/package.json b/node_modules/gulp-rename/package.json
deleted file mode 100644
index 63bbf928c..000000000
--- a/node_modules/gulp-rename/package.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "gulp-rename",
- "version": "1.4.0",
- "description": "Rename files",
- "keywords": [
- "gulpplugin"
- ],
- "homepage": "https://github.com/hparra/gulp-rename",
- "bugs": "https://github.com/hparra/gulp-rename/issues",
- "author": {
- "name": "Hector Guillermo Parra Alvarez",
- "email": "hector@hectorparra.com",
- "url": "https://github.com/hparra"
- },
- "main": "./index.js",
- "files": [
- "index.js"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/hparra/gulp-rename.git"
- },
- "scripts": {
- "pretest": "jscs index.js test/ && jshint index.js test/",
- "test": "mocha"
- },
- "devDependencies": {
- "gulp": "^4.0.0",
- "gulp-sourcemaps": "^2.6.4",
- "jscs": "^3.0.0",
- "jshint": "^2.0.0",
- "map-stream": "^0.0.7",
- "mocha": "^5.0.0",
- "should": "^13.0.0",
- "vinyl": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- },
- "license": "MIT"
-}