windowbar
Version:
Emulate window title bar in three different styles.
45 lines (44 loc) • 957 B
JSON
{
"name": "windowbar",
"version": "1.7.4",
"description": "Emulate window title bar in three different styles.",
"main": "dist/index.js",
"scripts": {
"start": "grunt",
"dist": "grunt sass && grunt minifyHtml && grunt browserify"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/katacarbix/windowbar"
},
"keywords": [
"osx",
"window",
"controls",
"titlebar",
"stoplight",
"electron",
"browserify",
"ui",
"gui"
],
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/katacarbix/windowbar/issues"
},
"homepage": "https://gitlab.com/katacarbix/windowbar",
"dependencies": {},
"devDependencies": {
"brfs": "^2.0.2",
"browserify": "^16.5.1",
"component-classes": "^1.2.6",
"defaultcss": "^1.1.1",
"domify": "^1.4.0",
"grunt": "^1.1.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-minify-html": "^3.0.0",
"grunt-sass": "^3.1.0",
"node-sass": "^4.14.1"
}
}