2014-11-30 23:17:02 +01:00
|
|
|
{
|
|
|
|
|
"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": {
|
|
|
|
|
"jquery": "~2.1.1",
|
2014-12-19 22:50:16 +01:00
|
|
|
"bootstrap": "~3.3.1",
|
2015-01-11 10:18:24 +01:00
|
|
|
"vegas": "~1.3.5",
|
|
|
|
|
"imagefill.js": "*",
|
|
|
|
|
"imagesloaded": "~3.1.8"
|
2014-11-30 23:17:02 +01:00
|
|
|
}
|
|
|
|
|
}
|