2016-03-08 16:02:34 +00:00
|
|
|
{
|
|
|
|
"name": "wallabag",
|
|
|
|
"version": "2.0.0-beta.1",
|
|
|
|
"homepage": "https://github.com/wallabag/wallabag",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Lœuillet",
|
|
|
|
"email": "nicolas@loeuillet.org",
|
|
|
|
"homepage": "http://www.cdetc.fr",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Thomas Citharel",
|
|
|
|
"homepage": "http://tcit.fr",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jérémy Benoist",
|
|
|
|
"homepage": "http://www.j0k3r.net",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "wallabag is a self hostable application for saving web pages",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "bower.json",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"icomoon-bower": "^0.1.0",
|
|
|
|
"bower-pt-sans": "pt-sans#*",
|
2016-06-23 20:10:12 +00:00
|
|
|
"roboto-fontface": "^0.4.5",
|
|
|
|
"material-design-icons-iconfont": "^2.0.4"
|
2016-03-08 16:02:34 +00:00
|
|
|
}
|
|
|
|
}
|