2015-02-25 22:08:50 +01:00
|
|
|
{
|
|
|
|
"name": "shaarli/shaarli",
|
2016-06-15 21:27:45 +02:00
|
|
|
"description": "The personal, minimalist, super-fast, database-free bookmarking service",
|
|
|
|
"type": "project",
|
2015-02-25 22:08:50 +01:00
|
|
|
"license": "MIT",
|
2016-06-15 21:27:45 +02:00
|
|
|
"homepage": "https://github.com/shaarli/Shaarli",
|
2015-02-25 22:08:50 +01:00
|
|
|
"support": {
|
2016-06-15 21:27:45 +02:00
|
|
|
"issues": "https://github.com/shaarli/Shaarli/issues",
|
|
|
|
"wiki": "https://github.com/shaarli/Shaarli/wiki"
|
|
|
|
},
|
|
|
|
"keywords": ["bookmark", "link", "share", "web"],
|
|
|
|
"require": {
|
2016-06-17 00:19:44 +02:00
|
|
|
"php": ">=5.3.4",
|
2016-10-21 11:48:51 +02:00
|
|
|
"shaarli/netscape-bookmark-parser": "1.*",
|
|
|
|
"erusev/parsedown": "1.6"
|
2015-02-25 22:08:50 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpmd/phpmd" : "@stable",
|
2016-04-10 01:08:46 +02:00
|
|
|
"phpunit/phpunit": "4.8.*",
|
2015-02-25 22:08:50 +01:00
|
|
|
"sebastian/phpcpd": "*",
|
|
|
|
"squizlabs/php_codesniffer": "2.*"
|
|
|
|
}
|
|
|
|
}
|