gulp-file-include
Version:
A gulp plugin for file include
54 lines (53 loc) • 1.27 kB
JSON
{
"name": "gulp-file-include",
"version": "2.3.0",
"description": "A gulp plugin for file include",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib test/*.js --fix",
"test": "mocha -R spec -t 200 test/*.js",
"test-cov": "istanbul cover node_modules/.bin/_mocha -- -R dot -t 200 test/*.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -R dot -t 200 test/*.js"
},
"repository": "haoxins/gulp-file-include",
"keywords": [
"gulpplugin",
"file",
"include",
"replace",
"gulp",
"plugin"
],
"files": [
"lib"
],
"author": "haoxin",
"contributors": [
"Bogdan Chadkin <trysound@yandex.ru>",
"Arthur Araújo <webarthur@gmail.com>"
],
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0",
"concat-stream": "^2.0.0",
"extend": "^3.0.2",
"flatnest": "^1.0.0",
"json5": "^2.1.3",
"plugin-error": "^1.0.1",
"through2": "^4.0.2",
"vinyl": "^2.2.1"
},
"devDependencies": {
"eslint-config-ok": "github:haoxins/eslint-config",
"gulp": "^4.0.2",
"istanbul": "^0.4.5",
"markdown": "^0.5.0",
"mocha": "^8.2.1",
"should": "^13.2.3"
},
"eslintConfig": {
"extends": [
"ok"
]
}
}