aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-rename/package.json
blob: 04e8f80c80cc536e3b6d46dc3724ae1f9a816ca7 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
  "_args": [
    [
      {
        "raw": "gulp-rename@^1.2.2",
        "scope": null,
        "escapedName": "gulp-rename",
        "name": "gulp-rename",
        "rawSpec": "^1.2.2",
        "spec": ">=1.2.2 <2.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex"
    ]
  ],
  "_from": "gulp-rename@>=1.2.2 <2.0.0",
  "_id": "gulp-rename@1.2.2",
  "_inCache": true,
  "_location": "/gulp-rename",
  "_npmUser": {
    "name": "fractal",
    "email": "contact@wearefractal.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "gulp-rename@^1.2.2",
    "scope": null,
    "escapedName": "gulp-rename",
    "name": "gulp-rename",
    "rawSpec": "^1.2.2",
    "spec": ">=1.2.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.2.2.tgz",
  "_shasum": "3ad4428763f05e2764dec1c67d868db275687817",
  "_shrinkwrap": null,
  "_spec": "gulp-rename@^1.2.2",
  "_where": "/home/dold/repos/taler/wallet-webex",
  "author": {
    "name": "Hector Guillermo Parra Alvarez",
    "email": "hector@hectorparra.com",
    "url": "https://github.com/hparra"
  },
  "bugs": {
    "url": "https://github.com/hparra/gulp-rename/issues"
  },
  "dependencies": {},
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "3ad4428763f05e2764dec1c67d868db275687817",
    "tarball": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.2.2.tgz"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=1.2.10"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "e1fb4e41dd107b38e96f1156fcbee70ebcf16fb6",
  "homepage": "https://github.com/hparra/gulp-rename",
  "keywords": [
    "gulpplugin"
  ],
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "main": "./index.js",
  "maintainers": [
    {
      "name": "hparra",
      "email": "hector@hectorparra.com"
    },
    {
      "name": "contra",
      "email": "contra@wearefractal.com"
    },
    {
      "name": "shinnn",
      "email": "snnskwtnb@gmail.com"
    },
    {
      "name": "fractal",
      "email": "contact@wearefractal.com"
    }
  ],
  "name": "gulp-rename",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/hparra/gulp-rename.git"
  },
  "scripts": {
    "pretest": "jshint index.js test/",
    "test": "mocha"
  },
  "version": "1.2.2"
}