You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
765 B
37 lines
765 B
2 years ago
|
{
|
||
|
"name": "gulp-concat",
|
||
|
"description": "Concatenates files",
|
||
|
"version": "2.6.1",
|
||
|
"repository": "contra/gulp-concat",
|
||
|
"author": "Contra <yo@contra.io> (http://contra.io/)",
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"gulpplugin"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"concat-with-sourcemaps": "^1.0.0",
|
||
|
"through2": "^2.0.0",
|
||
|
"vinyl": "^2.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"gulp": "^3.8.7",
|
||
|
"gulp-sourcemaps": "^2.2.0",
|
||
|
"istanbul": "^0.4.5",
|
||
|
"mocha": "^3.0.0",
|
||
|
"mocha-lcov-reporter": "^1.2.0",
|
||
|
"should": "^11.0.0",
|
||
|
"stream-array": "^1.0.1",
|
||
|
"stream-assert": "^2.0.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha",
|
||
|
"coverage": "istanbul cover _mocha"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|