-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
39 lines (39 loc) · 962 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
{
"name": "web-icons",
"title": "icons",
"description": "A brand icons collection font",
"version": "0.2.4",
"homepage": "https://github.com/amazingSurge/web-icons",
"author": {
"name": "amazingSurge",
"email": "[email protected]",
"url": "amazingSurge.com"
},
"repository": {
"type": "git",
"url": "[email protected]:amazingSurge/web-icons.git"
},
"bugs": "https://github.com/amazingSurge/web-icons/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/amazingSurge/web-icons/blob/master/LICENSE-MIT"
}
],
"keywords": [],
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-less": "*",
"grunt-contrib-sass": "*",
"grunt-svgmin": "*",
"grunt-text-replace": "*",
"grunt-webfont": "*",
"load-grunt-tasks": "*"
}
}