You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
639 B
27 lines
639 B
2 years ago
|
{
|
||
|
"name": "bs-snippet-injector",
|
||
|
"version": "2.0.1",
|
||
|
"description": "Write & Remove the BrowserSync Snippet to a file",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:shakyShane/bs-snippet-injector.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"browser",
|
||
|
"sync"
|
||
|
],
|
||
|
"author": "Shane Osbourne",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/shakyShane/bs-snippet-injector/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/shakyShane/bs-snippet-injector",
|
||
|
"devDependencies": {
|
||
|
"browser-sync": "2.4.0"
|
||
|
}
|
||
|
}
|