-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 895 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "gulp-fontastic",
"description": "Get Fontastic font",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/metrakit/gulp-fontastic.git"
},
"author": {
"name": "Jordane JOUFFROY",
"email": "[email protected]",
"url": "http://jordane.net"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"gulp",
"fontastic",
"font",
"icon",
"svg"
],
"dependencies": {
"mkdirp": "^0.5.1",
"request": "^2.67.0",
"through2": "^2.0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"gulp": "^3.8.7"
},
"engines": {
"node": ">= 0.10"
},
"license": "MIT",
"gitHead": "48e757a90687a8c5bca9d2945285ac0689aa7023",
"bugs": {
"url": "https://github.com/metrakit/gulp-fontastic/issues"
},
"homepage": "https://github.com/metrakit/gulp-fontastic#readme"
}