-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 858 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": "to-data-url",
"version": "1.0.1",
"author": {
"name": "yelo",
"email": "zhihuzeye@gmail.com"
},
"homepage": "https://github.com/imyelo/toDataURL",
"repository": {
"type": "git",
"url": "git://github.com/imyelo/toDataURL.git"
},
"bugs": {
"url": "https://github.com/imyelo/toDataURL/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/imyelo/toDataURL/blob/master/LICENSE"
}
],
"keywords": [
"data-url",
"dataURL",
"base64",
"image",
"img"
],
"main": "./src/index.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-duojs": "^0.1.1",
"grunt-mocha-phantomjs": "~0.3.2"
}
}