68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "gulp-header",
|
|
"version": "2.0.9",
|
|
"description": "Gulp extension to add header to file(s) in the pipeline.",
|
|
"main": "./index.js",
|
|
"proxy": null,
|
|
"https-proxy": null,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"jshintConfig": {
|
|
"esversion": 8,
|
|
"strict": "implied",
|
|
"undef": true,
|
|
"unused": true,
|
|
"mocha": true,
|
|
"node": true
|
|
},
|
|
"scripts": {
|
|
"pretest": "jshint *.js test",
|
|
"test": "mocha --reporter spec",
|
|
"publish-major": "npm version major && git push origin master && git push --tags",
|
|
"publish-minor": "npm version minor && git push origin master && git push --tags",
|
|
"publish-patch": "npm version patch && git push origin master && git push --tags"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tracker1/gulp-header.git"
|
|
},
|
|
"keywords": [
|
|
"header",
|
|
"gulpplugin",
|
|
"eventstream"
|
|
],
|
|
"author": {
|
|
"name": "Michael J. Ryan",
|
|
"email": "tracker1@gmail.com",
|
|
"url": "http://github.com/tracker1"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "GoDaddy.com",
|
|
"url": "http://github.com/godaddy"
|
|
},
|
|
{
|
|
"name": "Douglas Duteil",
|
|
"email": "douglasduteil@gmail.com",
|
|
"url": "http://github.com/douglasduteil"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tracker1/gulp-header/issues"
|
|
},
|
|
"dependencies": {
|
|
"concat-with-sourcemaps": "^1.1.0",
|
|
"lodash.template": "^4.5.0",
|
|
"map-stream": "0.0.7",
|
|
"through2": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^4.0.0",
|
|
"jshint": "*",
|
|
"mocha": "*",
|
|
"should": "*",
|
|
"vinyl": "*"
|
|
}
|
|
}
|