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

46 lines
941 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",
"version": "1.2.2",
"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": {
"pretest": "jshint index.js test/",
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
"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"
},
"licenses": [
{
"type": "MIT"
}
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}