File: D:/HostingSpaces/SBogers10/ehbo.today/node_modules/browser-sync-webpack-plugin/package.json
{
"_args": [
[
"browser-sync-webpack-plugin@2.2.2",
"/Users/julesgraus/webDevelopment/EHBO-Today-Liempde"
]
],
"_development": true,
"_from": "browser-sync-webpack-plugin@2.2.2",
"_id": "browser-sync-webpack-plugin@2.2.2",
"_inBundle": false,
"_integrity": "sha512-x92kl8LdBi4dp6YVXYqrSoDkOCOLCeBOrYSY0h9Sk1VcCDSoZC1Vc62eae6TfC2ljN4/L+aYlkzE46kirHzbgA==",
"_location": "/browser-sync-webpack-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browser-sync-webpack-plugin@2.2.2",
"name": "browser-sync-webpack-plugin",
"escapedName": "browser-sync-webpack-plugin",
"rawSpec": "2.2.2",
"saveSpec": null,
"fetchSpec": "2.2.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/browser-sync-webpack-plugin/-/browser-sync-webpack-plugin-2.2.2.tgz",
"_spec": "2.2.2",
"_where": "/Users/julesgraus/webDevelopment/EHBO-Today-Liempde",
"author": {
"name": "Valentyn Barmashyn",
"email": "barmashyn.val@gmail.com"
},
"bugs": {
"url": "https://github.com/Va1/browser-sync-webpack-plugin/issues"
},
"dependencies": {
"lodash": "^4"
},
"description": "BrowserSync and Webpack integration",
"devDependencies": {
"husky": "^0.15.0-rc.9",
"lint-staged": "^7.0.0",
"standard": "^11.0.1"
},
"homepage": "https://github.com/Va1/browser-sync-webpack-plugin",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"webpack",
"webpack-plugin",
"browsersync",
"browser-sync",
"livereload",
"serve"
],
"license": "MIT",
"lint-staged": {
"lib/**/*.js": [
"standard --fix",
"git add"
]
},
"main": "index.js",
"name": "browser-sync-webpack-plugin",
"peerDependencies": {
"browser-sync": "^2",
"webpack": "^1 || ^2 || ^3 || ^4"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Va1/browser-sync-webpack-plugin.git"
},
"version": "2.2.2"
}