1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00
2018-03-09 02:03:53 +00:00

88 lines
2.4 KiB
JSON

{
"name": "gulp-header",
"version": "2.0.5",
"description": "Gulp extension to add header to file(s) in the pipeline.",
"main": "./index.js",
"proxy": null,
"https-proxy": null,
"directories": {
"test": "test"
},
"scripts": {
"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": "*",
"lodash.template": "^4.4.0",
"through2": "^2.0.0"
},
"devDependencies": {
"event-stream": "^3.1.7",
"gulp": "^3.9.0",
"mocha": "*",
"should": "*",
"vinyl": "*"
},
"gitHead": "76934c27fe4507cfd91d3d2945407cd7d12d5166",
"homepage": "https://github.com/tracker1/gulp-header#readme",
"_id": "gulp-header@2.0.5",
"_npmVersion": "5.6.0",
"_nodeVersion": "8.10.0",
"_npmUser": {
"name": "tracker1",
"email": "tracker1@gmail.com"
},
"dist": {
"integrity": "sha512-7bOIiHvM1GUHIG3LRH+UIanOxyjSys0FbzzgUBlV2cZIIZihEW+KKKKm0ejUBNGvRdhISEFFr6HlptXoa28gtQ==",
"shasum": "16e229c73593ade301168024fea68dab75d9d38c",
"tarball": "https://registry.npmjs.org/gulp-header/-/gulp-header-2.0.5.tgz",
"fileCount": 6,
"unpackedSize": 7823
},
"maintainers": [
{
"name": "tracker1",
"email": "tracker1@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/gulp-header_2.0.5_1520546513712_0.0703809086905609"
},
"_shasum": "16e229c73593ade301168024fea68dab75d9d38c",
"_resolved": "https://registry.npmjs.org/gulp-header/-/gulp-header-2.0.5.tgz",
"_from": "gulp-header@*"
}