fmartingr.com-legacy/bower.json

26 lines
504 B
JSON
Raw Permalink Normal View History

{
"name": "fmartingr.com",
"version": "0.0.0",
"homepage": "https://github.com/fmartingr/fmartingr.com",
"authors": [
"Felipe Martin <fmartingr@me.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2014-09-02 17:15:08 +00:00
"font-awesome": "~4.2.0",
2015-03-19 22:12:08 +00:00
"google-code-prettify": "~1.0.3",
"jquery": "~2.1.3",
2016-03-06 10:25:55 +00:00
"lightbox2": "~2.7.1",
2016-03-06 10:47:54 +00:00
"pen": "^0.2.2",
"pure": "^0.6.0",
"highlight": "^9.2.0"
}
}