forked from adamayres/gulp-extend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 921 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 921 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
{
"name": "gulp-extend",
"version": "0.2.0",
"description": "A gulp plugin to extend (merge) JSON contents",
"keywords": [
"gulpplugin", "extend", "merge", "gulp"
],
"homepage": "https://github.com/adamayres/gulp-extend",
"bugs": "https://github.com/adamayres/gulp-extend/issues",
"author": {
"name": "Adam Ayres",
"email": "magicaj@gmail.com",
"url": "https://github.com/adamayres"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/adamayres/gulp-extend.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"event-stream": "*",
"node.extend": "~1.0.9",
"through": "~2.3.4",
"gulp-util": "~2.2.9"
},
"devDependencies": {
"mocha": "~1.14.0",
"should": "~2.1.0",
"gulp-util": "~2.2.0"
},
"engines": {
"node": ">=0.10.x",
"npm": ">=1.2.10"
},
"licenses": [{
"type": "MIT"
}]
}