forked from enviPath/enviPy
86 lines
2.2 KiB
JSON
86 lines
2.2 KiB
JSON
{
|
|
"_from": "gulp-header@1.8.9",
|
|
"_id": "gulp-header@1.8.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-yfEP7gYy2B6Tl4nG7PRaFRvzCYs=",
|
|
"_location": "/gulp-header",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "gulp-header@1.8.9",
|
|
"name": "gulp-header",
|
|
"escapedName": "gulp-header",
|
|
"rawSpec": "1.8.9",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.8.9"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-header/-/gulp-header-1.8.9.tgz",
|
|
"_shasum": "c9f10fee0632d81e939789c6ecf45a151bf3098b",
|
|
"_spec": "gulp-header@1.8.9",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
|
"author": {
|
|
"name": "Michael J. Ryan",
|
|
"email": "tracker1@gmail.com",
|
|
"url": "http://github.com/tracker1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tracker1/gulp-header/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "GoDaddy.com",
|
|
"url": "http://github.com/godaddy"
|
|
},
|
|
{
|
|
"name": "Douglas Duteil",
|
|
"email": "douglasduteil@gmail.com",
|
|
"url": "http://github.com/douglasduteil"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"concat-with-sourcemaps": "*",
|
|
"gulp-util": "*",
|
|
"object-assign": "*",
|
|
"through2": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Gulp extension to add header to file(s) in the pipeline.",
|
|
"devDependencies": {
|
|
"event-stream": "^3.1.7",
|
|
"gulp": "^3.9.0",
|
|
"mocha": "*",
|
|
"should": "*",
|
|
"vinyl": "*"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/tracker1/gulp-header#readme",
|
|
"https-proxy": null,
|
|
"keywords": [
|
|
"header",
|
|
"gulpplugin",
|
|
"eventstream"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"name": "gulp-header",
|
|
"proxy": null,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tracker1/gulp-header.git"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"version": "1.8.9"
|
|
}
|