41 lines
907 B
JSON
41 lines
907 B
JSON
{
|
|
"name": "gulp-rename",
|
|
"version": "2.1.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": "prettier --single-quote --write index.js test/**/*.js",
|
|
"test": "mocha"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^5.0.1",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"map-stream": "^0.0.7",
|
|
"mocha": "^11.0.0",
|
|
"prettier": "^3.0.0",
|
|
"should": "^13.2.3",
|
|
"vinyl": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"license": "MIT"
|
|
}
|