-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 862 Bytes
/
package.json
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
29
30
31
32
{
"name": "@marfalkov/laravel-real-favicon",
"version": "0.0.2-beta",
"description": "favicon generation for laravel projects using realfavicongenerator api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marfalkov/laravel-real-favicon.git"
},
"keywords": [
"laravel",
"favicon",
"real",
"automation",
"generator"
],
"author": "marfalkov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marfalkov/laravel-real-favicon/issues"
},
"homepage": "https://github.com/marfalkov/laravel-real-favicon#readme",
"dependencies": {
"gulp-real-favicon": "^0.3.2",
"npm-add-script": "^1.1.0",
"shelljs": "^0.8.4"
}
}