wallet-core/node_modules/gulp-rename/package.json

42 lines
917 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "gulp-rename",
2018-09-20 02:56:13 +02:00
"version": "1.4.0",
2016-11-03 01:33:53 +01:00
"description": "Rename files",
"keywords": [
"gulpplugin"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/hparra/gulp-rename",
"bugs": "https://github.com/hparra/gulp-rename/issues",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Hector Guillermo Parra Alvarez",
"email": "hector@hectorparra.com",
"url": "https://github.com/hparra"
},
2016-11-03 01:33:53 +01:00
"main": "./index.js",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git://github.com/hparra/gulp-rename.git"
},
"scripts": {
2018-09-20 02:56:13 +02:00
"pretest": "jscs index.js test/ && jshint index.js test/",
2016-11-03 01:33:53 +01:00
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
"devDependencies": {
2018-09-20 02:56:13 +02:00
"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"
2016-10-10 03:43:44 +02:00
},
"engines": {
2018-09-20 02:56:13 +02:00
"node": ">=4"
2016-10-10 03:43:44 +02:00
},
2018-09-20 02:56:13 +02:00
"license": "MIT"
2016-10-10 03:43:44 +02:00
}