gulp-concatenate
Version:
concatenate files like cat command
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "gulp-concatenate",
"version": "0.1.4",
"description": "concatenate files like cat command",
"main": "index.js",
"scripts": {
"build": "babel src/index.js > index.js",
"prepublish": "npm test",
"pretest": "flow && npm run build && eslint .",
"test": "mocha test --reporter mocha-junit-reporter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0gawa/gulp-concatenate.git"
},
"keywords": [
"gulp",
"cat",
"concat"
],
"author": "Yu Ogawa",
"license": "MIT",
"bugs": {
"url": "https://github.com/0gawa/gulp-concatenate/issues"
},
"homepage": "https://github.com/0gawa/gulp-concatenate#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"chai": "^4.1.2",
"eslint": "^4.9.0",
"eslint-plugin-flowtype": "^2.39.1",
"flow-bin": "^0.57.3",
"flow-typed": "^2.2.0",
"mocha": "^4.0.1",
"mocha-junit-reporter": "^1.15.0"
},
"dependencies": {
"vinyl": "^2.1.0"
}
}