-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 617 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 617 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
{
"name": "awps-font-awesome-php",
"version": "4.7.0",
"description": "A PHP library for Font Awesome.",
"main": "scr/load.php",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awps/font-awesome-php.git"
},
"author": "Andrei Surdu",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/awps/font-awesome-php/issues"
},
"homepage": "https://github.com/awps/font-awesome-php#readme",
"devDependencies": {
"font-awesome": "^4.7.0"
}
}