-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 817 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
29
30
31
{
"name": "laravel-elixir-copy-fonts",
"version": "0.0.3",
"description": "Copy fonts from various places to a configurable output directory eg public/fonts/",
"keywords": [
"laravel",
"elixir",
"fonts"
],
"homepage": "https://github.com/grandadevans/laravel-elixir-copy-fonts",
"bugs": {
"url": "https://github.com/grandadevans/laravel-elixir-copy-fonts/issues",
"email": "john@grandadevans.com"
},
"license": "MIT",
"author": {
"name": "John Evans",
"email": "john@grandadevans.com",
"url": "http://grandadevans.com"
},
"main": "index.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/grandadevans/laravel-elixir-copy-fonts.git"
},
"private": false,
"dependencies": {
"gulp": "^3.9.1",
"laravel-elixir": "^5.0.0"
}
}