-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.22 KB
/
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
49
50
51
52
53
54
55
56
57
{
"name": "spaceholder",
"version": "1.11.0",
"description": "Download placeholder images from public domain sources blazingly fast",
"preferGlobal": true,
"bin": {
"spaceholder": "index.js"
},
"scripts": {
"test": "node_modules/.bin/mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/ecrmnn/spaceholder"
},
"keywords": [
"placeholder",
"images",
"placeimg",
"dummyimage",
"dummy image",
"public",
"domain",
"lorempicsum",
"lorem picsum",
"fakeimg.pl",
"fake images",
"fakeimg"
],
"author": {
"name": "Daniel Eckermann",
"email": "danieleckermann@gmail.com",
"url": "http://danieleckermann.com"
},
"contributors": [
{
"name": "Christoffer Martinsen",
"email": "christoffermartinsen@gmail.com",
"url": "http://github.com/mrtnsn"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ecrmnn/spaceholder/issues"
},
"homepage": "https://github.com/ecrmnn/spaceholder",
"dependencies": {
"commander": "^2.8.1",
"follow-redirects": "^1.15.0",
"random-string": "^0.1.2"
},
"devDependencies": {
"chai": "^3.2.0",
"execa": "^0.2.2",
"mocha": "^2.2.5"
}
}