-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
41 lines (41 loc) · 989 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
{
"name": "@mervick/mdi-icons",
"version": "4.0.1",
"description": "Google Material Design Icons For Using With Bootstrap",
"repository": {
"type": "git",
"url": "https://github.com/mervick/material-design-icons"
},
"main": "index.js",
"authors": [
{
"name": "Andrey Izman",
"email": "[email protected]"
}
],
"keywords": [
"icons",
"material",
"material-icons",
"material-design",
"google",
"icons-web-font",
"web-font",
"bootstrap"
],
"style": "css/material-icons.min.css",
"license": "(MIT AND Apache-2.0)",
"bugs": {
"url": "http://github.com/mervick/material-design-icons/issues"
},
"homepage": "http://github.com/mervick/material-design-icons",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^3.1.0",
"grunt-shell": "^3.0.1"
}
}