d11 theme
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.
 
 
 

40 lines
843 B

{
"name": "bs-rewrite-rules",
"version": "2.1.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha tests",
"start": "nodemon example --watch ui --extensions=js,html"
},
"keywords": [
"browser sync plugin",
"response modifier"
],
"author": "Shane Osbourne",
"license": "MIT",
"browser-sync:ui": {
"hooks": {
"markup": "ui/rewrite.html",
"templates": [
"ui/rewrite.directive.html",
"ui/rewrite.list.html",
"ui/rewrite.state-button.html"
],
"client:js": [
"ui/client.filters.js",
"ui/client.js",
"ui/client.item.js"
]
}
},
"devDependencies": {
"browser-sync": "2.17.5",
"chai": "^3.2.0",
"mocha": "^2.2.5",
"nodemon": "1.11.0"
},
"dependencies": {
"immutable": "^3.7.4"
}
}