-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
40 lines (40 loc) · 891 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
{
"name": "grunt-data-uri",
"version": "0.3.0",
"description": "Convert to data-uri from image path.",
"license": "MIT",
"keywords": [
"gruntplugin",
"image",
"data-uri",
"base64",
"encode"
],
"homepage": "https://github.com/ahomu/grunt-data-uri",
"bugs": "https://github.com/ahomu/grunt-data-uri/issues",
"author": {
"name": "Ayumu Sato",
"email": "[email protected]",
"url": "http://aho.mu"
},
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/ahomu/grunt-data-uri.git"
},
"scripts": {
"test": "grunt && node test/assertion.js",
"contributors": "grunt contributors"
},
"dependencies": {
"datauri": "~0.8.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-git-contributors": "^0.1.5"
},
"engines": {
"node": ">=0.10.0"
}
}