-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 908 Bytes
/
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
{
"name": "gulp-bundle-file",
"description": "Concatenates files from .bundle",
"version": "0.3.0",
"author": "Mindfor <info@mindfor.ru> (http://mindfor.ru)",
"homepage": "https://github.com/Mindfor/gulp-bundle-file",
"repository": {
"type": "git",
"url": "https://github.com/Mindfor/gulp-bundle-file.git"
},
"license": "MIT",
"keywords": [
"gulpplugin",
"bundle",
"concat"
],
"main": "index.js",
"files": [
"index.js",
"LICENSE"
],
"dependencies": {
"gulp-concat": "^2.4.3",
"gulp-util": "^3.0.3",
"gulp-sourcemaps": "^1.5.2",
"through2": "^0.6.3",
"map-stream": "0.0.5",
"vinyl-fs": "^0.3.13"
},
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^3.8.11",
"gulp-insert": "^0.4.0",
"mocha": "^2.1.0"
},
"scripts": {
"test": "mocha"
},
"bugs": {
"url": "https://github.com/Mindfor/gulp-bundle-file/issues"
},
"engines": {
"node": ">= 0.10"
}
}