gangle
Version:
GANGLE! is the most over opinionated Javascript build system and webserver ever. It watches your JS files, concats them to the folder it expects and runs browser-sync to watch your changes and auto refresh the browser.
26 lines (25 loc) • 764 B
JSON
{
"name": "gangle",
"version": "1.1.3",
"description": "GANGLE! is the most over opinionated Javascript build system and webserver ever. It watches your JS files, concats them to the folder it expects and runs browser-sync to watch your changes and auto refresh the browser.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://www.github.com/iainplimmer/gangle"
},
"keywords": ["build system","file watch","browser-sync","concat","file concat"],
"author": "Iain Plimmer",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.18.2",
"node-watch": "^0.4.1"
},
"bin": {
"gangle": "./index.js"
},
"dependencies": {
"browser-sync": "^2.18.2",
"node-watch": "^0.4.1"
}
}