pm2-gui/bower.json

79 lines
1.5 KiB
JSON

{
"name": "pm2-gui",
"description": "An elegant web & terminal interface for Unitech/PM2.",
"main": "./pm2-gui.js",
"authors": [
"tjatse"
],
"license": "MIT",
"keywords": [
"monitor",
"dashboard",
"PM2",
"PM2",
"interface",
"PM2",
"web",
"PM2",
"ui",
"PM2",
"gui",
"PM2",
"dashboard",
"PM2",
"monitor"
],
"homepage": "https://github.com/Tjatse/pm2-gui",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"AdminLTE": "adminlte#^2.3.8",
"bootstrap": "^3.3.7",
"chart.js": "npm:chart.js#^2.2.1",
"colorbrewer": "^1.0.0",
"font-awesome": "^4.7.0",
"Ionicons": "ionicons#^2.0.1",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"humanize-plus": "^1.8.2",
"jquery": "^1.12.4",
"fastclick": "^1.0.6",
"socket.io-client": "^1.7.1",
"animate.css": "^3.5.2",
"remarkable-bootstrap-notify": "^3.1.3",
"jquery-slimscroll": "^1.3.8",
"PACE": "pace#^1.0.2"
},
"exportsOverride": {
"animate.css": {
"/": "*.min.css"
},
"colorbrewer": {
"/": "colorbrewer.*"
},
"fastclick": {
"/": "lib/fastclick.js"
},
"jquery-slimscroll": {
"/": "*.min.js"
},
"moment": {
"/": "min/*.min.js"
},
"PACE": {
"/": "*.min.js",
"themes": "themes/"
},
"*": {
"/": "dist/",
"fonts": "fonts/",
"css": "css/"
}
}
}