wishthis/node_modules/gulp-rename/package.json

42 lines
917 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "gulp-rename",
"version": "1.4.0",
"description": "Rename files",
"keywords": [
"gulpplugin"
2022-02-23 16:41:13 +00:00
],
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/hparra/gulp-rename",
"bugs": "https://github.com/hparra/gulp-rename/issues",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Hector Guillermo Parra Alvarez",
"email": "hector@hectorparra.com",
"url": "https://github.com/hparra"
},
2022-04-08 10:55:35 +00:00
"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"
2022-01-21 08:28:41 +00:00
},
"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"
},
2022-04-08 10:55:35 +00:00
"license": "MIT"
2022-01-21 08:28:41 +00:00
}