-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 842 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": "postcss-material-icons",
"version": "1.0.0",
"description": "PostCSS plugin that imports icons from google's material design icon library",
"license": "MIT",
"repository": "https://github.com/dsblv/postcss-material-icons",
"author": {
"name": "Dmitriy Sobolev",
"email": "[email protected]",
"url": "github.com/dsblv"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"opstcss",
"postcss-plugin",
"css",
"replace",
"async",
"google",
"material",
"icons",
"svg",
"base64"
],
"dependencies": {
"cacha": "^1.0.3",
"got": "^6.1.1",
"postcss": "^5.0.14",
"string-replace-async": "^1.0.0"
},
"devDependencies": {
"ava": "^0.8.0",
"xo": "^0.12.1"
}
}