-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 876 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
{
"name": "gulp-concat-limit",
"version": "0.0.3",
"homepage": "http://github.com/adam-lynch/gulp-concat-limit",
"description": "Concatenates files into as few files as possible without exceeding a given length limit",
"main": "./index.js",
"dependencies": {
"gulp-util": "*",
"through": "~2.3.4"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/adam-lynch/gulp-concat-limit.git"
},
"keywords": [
"gulpplugin",
"concat",
"limit"
],
"author": "Adam Lynch <[email protected]>",
"license": "MIT",
"bugs": {
"url": "http://github.com/adam-lynch/gulp-concat-limit/issues"
},
"engines": {
"node": ">=0.8"
}
}