-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 875 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
{
"name": "fakeimg",
"version": "2.2.1",
"description": "Fake image URLs generator.",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "mocha -b -t 30000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dptole/fakeimg.git"
},
"devDependencies": {
"debug": "^2.6.9",
"diff": "^3.5.0",
"growl": "^1.10.2",
"minimist": "^0.2.1",
"mocha": "3.2.0",
"should": "11.1.2"
},
"keywords": [
"create",
"img",
"image",
"fakeimg",
"dummyimage"
],
"author": "Dan <dptoledo@pm.me>",
"files": [
"src/",
"LICENSE",
"README.md",
"index.js"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dptole/fakeimg/issues"
},
"homepage": "https://github.com/dptole/fakeimg#readme",
"engines": {
"node": ">= 7.5.0"
}
}