-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 944 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 944 Bytes
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
{
"name": "gulp-regex-replace",
"version": "0.2.3",
"description": "Replace your code using regular expressions.",
"keywords": [
"gulpplugin",
"gulp-regex-replace",
"gulp",
"regex",
"replace",
"preprocessor",
"obfuscate"
],
"homepage": "http://github.com/mikrofusion/gulp-regex-replace",
"author": {
"name": "Mike Groseclose",
"email": "mikegroseclose@gmail.com"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/mikrofusion/gulp-regex-replace.git"
},
"scripts": {
"test": "mocha -R spec"
},
"engines": {
"node": ">=0.9.0"
},
"dependencies": {
"through2": "~0.4.1",
"gulp-util": "~2.2.14"
},
"devDependencies": {
"mocha": "~1.18.2",
"event-stream": "~3.1.0",
"should": "~3.3.0"
},
"licenses": [{
"type": "MIT",
"url": "http://github.com/mikrofusion/gulp-regex-replace/raw/master/LICENSE"
}]
}