aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-rename/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-rename/package.json')
-rw-r--r--node_modules/gulp-rename/package.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/node_modules/gulp-rename/package.json b/node_modules/gulp-rename/package.json
new file mode 100644
index 000000000..44f3b79f7
--- /dev/null
+++ b/node_modules/gulp-rename/package.json
@@ -0,0 +1,45 @@
+{
+ "name": "gulp-rename",
+ "version": "1.2.2",
+ "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": "jshint index.js test/",
+ "test": "mocha"
+ },
+ "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"
+ }
+ ]
+}