-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 1.01 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
{
"name": "grunt-css-url-embed",
"description": "Embed URL's as base64 strings inside your stylesheets",
"version": "1.11.1",
"homepage": "https://github.com/mihhail-lapushkin/grunt-css-url-embed",
"author": {
"name": "Mihhail Lapushkin",
"email": "[email protected]",
"url": "http://www.linkedin.com/in/mihhail"
},
"repository": {
"type": "git",
"url": "git://github.com/mihhail-lapushkin/grunt-css-url-embed.git"
},
"bugs": {
"url": "https://github.com/mihhail-lapushkin/grunt-css-url-embed/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mihhail-lapushkin/grunt-css-url-embed/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"mime": "~2.3.1",
"node-units": "~0.1.0",
"request": "~2.88.0"
},
"optionalDependencies": {
"mmmagic": "~0.5.0"
},
"keywords": [
"gruntplugin",
"image",
"data-uri",
"base64",
"encode",
"embed",
"css",
"url"
]
}