backoffice/node_modules/gulp-rename/package.json

77 lines
1.6 KiB
JSON

{
"_args": [
[
"gulp-rename@1.2.2",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "gulp-rename@1.2.2",
"_id": "gulp-rename@1.2.2",
"_inBundle": false,
"_integrity": "sha1-OtRCh2PwXidk3sHGfYaNsnVoeBc=",
"_location": "/gulp-rename",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-rename@1.2.2",
"name": "gulp-rename",
"escapedName": "gulp-rename",
"rawSpec": "1.2.2",
"saveSpec": null,
"fetchSpec": "1.2.2"
},
"_requiredBy": [
"/download"
],
"_resolved": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.2.2.tgz",
"_spec": "1.2.2",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Hector Guillermo Parra Alvarez",
"email": "hector@hectorparra.com",
"url": "https://github.com/hparra"
},
"bugs": {
"url": "https://github.com/hparra/gulp-rename/issues"
},
"description": "Rename files",
"devDependencies": {
"gulp": ">=3.0.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-util": "^3.0.4",
"jshint": "^2.6.3",
"map-stream": ">=0.0.4",
"mocha": ">=1.15.0",
"should": ">=2.1.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"files": [
"index.js"
],
"homepage": "https://github.com/hparra/gulp-rename",
"keywords": [
"gulpplugin"
],
"licenses": [
{
"type": "MIT"
}
],
"main": "./index.js",
"name": "gulp-rename",
"repository": {
"type": "git",
"url": "git://github.com/hparra/gulp-rename.git"
},
"scripts": {
"pretest": "jshint index.js test/",
"test": "mocha"
},
"version": "1.2.2"
}