-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.21 KB
/
package.json
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
{
"name": "gulp-rte",
"description": "Better dest handling for Gulp.",
"version": "0.1.4",
"homepage": "https://github.com/jonschlinkert/gulp-rte",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/gulp-rte.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/gulp-rte/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/gulp-rte/blob/master/LICENSE-MIT"
}
],
"keywords": [
"dest",
"destination",
"file",
"filename",
"filepath",
"gulpplugin",
"name",
"output",
"path",
"paths",
"patterns",
"prop-string",
"props",
"rename",
"renamer",
"renaming"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.8.5",
"gulp-jshint": "^1.6.3",
"gulp-mocha": "^0.4.1",
"jshint-stylish": "^0.2.0",
"mocha": "^1.20.1",
"verb": "^0.2.13"
},
"dependencies": {
"rte": "^0.2.2",
"through2": "^0.5.1",
"xtend": "^3.0.0"
}
}