forked from ahomu/grunt-data-uri
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.12 KB
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
{
"name": "grunt-data-uri",
"version": "0.2.0",
"description": "Convert to data-uri from image path.",
"keywords": [
"gruntplugin",
"image",
"data-uri",
"base64",
"encode"
],
"private": true,
"homepage": "https://github.com/sashless/grunt-data-uri",
"bugs": "https://github.com/sashless/grunt-data-uri.git/issues",
"author": [
{
"name": "Sascha Weniger",
"email": "saweniger@gmail.com",
"url": "http://sashless.de"
},
{
"name": "Ayumu Sato",
"email": "mail@ayumusato.com",
"url": "http://aho.mu"
}
],
"main": "grunt.js",
"repository": {
"type": "git",
"url": "git://github.com/sashless/grunt-data-uri.git"
},
"dependencies": {
"datauri": ">= 0.1"
},
"devDependencies": {
"grunt": "~0.3.16",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": {
"type": "MIT"
}
}