forked from kafene/netscape-bookmark-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 815 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "kafene/netscape-bookmark-parser",
"description": "Generic Netscape bookmark parser",
"license": "MIT",
"homepage": "https://github.com/kafene/netscape-bookmark-parser",
"authors": [
{
"name": "Kafene",
"email": "io@kafene.org",
"homepage": "https://github.com/kafene",
"role": "Developer"
},
{
"name": "VirtualTam",
"email": "virtualtam@flibidi.net",
"homepage": "https://github.com/virtualtam",
"role": "Developer"
}
],
"keywords": ["bookmark", "link", "netscape", "parse"],
"autoload": {"files": ["NetscapeBookmarkParser.php"]},
"require": {
"php": ">=5.3.4"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
}
}