-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
48 lines (48 loc) · 1 KB
/
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
44
45
46
47
48
{
"name": "elusive-icons",
"description": "An iconic font and CSS framework",
"version": "2.0.0",
"keywords": [
"font",
"elusive",
"elusiveicons",
"icon",
"icons",
"bootstrap"
],
"homepage": "http://elusiveicons.com/",
"bugs": {
"url": "http://github.com/reduxframework/Elusive-Icons/issues"
},
"author": {
"name": "Dovy Paukstys",
"email": "[email protected]",
"web": "http://twitter.com/simplerain"
},
"repository": {
"type": "git",
"url": "https://github.com/reduxframework/Elusive-Icons.git"
},
"contributors": [],
"licenses": [
{
"type": "OFL-1.1",
"url": "http://scripts.sil.org/OFL"
},
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.html"
}
],
"dependencies": {},
"engines": {
"node": ">=0.10.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-php": "^1.2.0",
"grunt-rename": "^0.1.4",
"grunt-shell": "^1.1.1",
"grunt-webfont": "^0.5.1"
}
}