forked from mattdesl/baboon-image-uri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1021 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
44
45
46
47
48
{
"name": "baboon-image-uri",
"version": "1.0.1",
"description": "baboon test image as base64 data URI",
"main": "baboon.js",
"license": "MIT",
"author": "Matt DesLauriers <[email protected]>",
"dependencies": {},
"devDependencies": {
"domready": "^1.0.6",
"tape": "~2.13.2"
},
"scripts": {
"test": "browserify test.js | testling -x open"
},
"testling": {
"files": "test.js",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/baboon-image-uri.git"
},
"homepage": "https://github.com/mattdesl/baboon-image-uri",
"bugs": {
"url": "https://github.com/mattdesl/baboon-image-uri/issues"
},
"keywords": [
"baboon",
"image",
"test",
"data",
"uri",
"datauri",
"url",
"image",
"pixels"
]
}