wishthis/node_modules/gulp-header/package.json

69 lines
1.6 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"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"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "git://github.com/tracker1/gulp-header.git"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"keywords": [
"header",
"gulpplugin",
"eventstream"
2022-01-21 08:28:41 +00:00
],
"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"
}
],
2022-04-08 10:55:35 +00:00
"license": "MIT",
"bugs": {
"url": "https://github.com/tracker1/gulp-header/issues"
},
2022-01-21 08:28:41 +00:00
"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": "*"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}