]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "shaarli/shaarli", | |
3 | "description": "The personal, minimalist, super-fast, database-free bookmarking service", | |
4 | "type": "project", | |
5 | "license": "MIT", | |
6 | "homepage": "https://github.com/shaarli/Shaarli", | |
7 | "support": { | |
8 | "issues": "https://github.com/shaarli/Shaarli/issues", | |
9 | "wiki": "https://github.com/shaarli/Shaarli/wiki" | |
10 | }, | |
11 | "keywords": ["bookmark", "link", "share", "web"], | |
12 | "require": { | |
13 | "php": ">=5.3.4", | |
14 | "shaarli/netscape-bookmark-parser": "1.*" | |
15 | }, | |
16 | "require-dev": { | |
17 | "phpmd/phpmd" : "@stable", | |
18 | "phpunit/phpunit": "4.8.*", | |
19 | "sebastian/phpcpd": "*", | |
20 | "squizlabs/php_codesniffer": "2.*" | |
21 | } | |
22 | } |