-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 827 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
{
"name": "gulp-multi-extend",
"version": "0.0.2",
"description": "A gulp plugin to extend multiple JSON files",
"license": "MIT",
"keywords": [
"gulpplugin",
"gulp",
"json",
"extend",
"merge"
],
"homepage": "https://github.com/sulake/gulp-multi-extend",
"bugs": "https://github.com/sulake/gulp-multi-extend/issues",
"author": {
"name": "Tuomo Jokimies",
"email": "tuomo.jokimies@sulake.com",
"url": "https://github.com/tjokimie"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/sulake/gulp-multi-extend"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"gulp-util": "^3.0.6",
"node.extend": "^1.1.5",
"through2": "^2.0.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"should": "^7.0.1"
}
}