scopesessions.org/_site/bower.json

26 lines
510 B
JSON
Raw Normal View History

{
"name": "ScopeJekyll",
"version": "0.0.0",
"authors": [
"Open-Steps.org <contact@open-steps.org>"
],
"description": "Scope 2015 website built with Jekyll",
"license": "MIT",
"homepage": "http://www.scopesessions.org",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.1",
"fontawesome": "~4.3.0",
2015-09-16 21:01:58 +02:00
"imagefill.js": "*",
"jquery": "~2.1.1",
"vegas": "~1.3.5"
}
}