aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-rename/package.json
blob: 44f3b79f7ab374f1f3f76b1d7ba96ab0687d596b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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"
    }
  ]
}