XBackBone/package.json
Sergio Brighenti 9ae8375be0 Added popever to write the telegram message when sharing.
Packaging improvements.
Updated some dependencies.
Allow Facebook bots to display the preview.
2018-10-13 13:09:02 +02:00

22 lines
535 B
JSON

{
"dependencies": {
"bootstrap": "^4.1.3",
"clipboard": "^2.0.1",
"highlightjs": "^9.10.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.4",
"tooltip.js": "^1.3.0",
"@fortawesome/fontawesome-free": "^5.4.1"
},
"devDependencies": {
"grunt": "^1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-zip": "^0.17.1",
"load-grunt-tasks": "^4.0.0"
}
}