-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 906 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
{
"name": "random-image-unsplash",
"version": "1.0.6",
"private": false,
"main": "./build/index.js",
"description": "A javascript package for random image url. Fetched images from unsplash. It can be use in any javascript framework (both frontend and backend).",
"keywords": [
"random-image-unsplash",
"random image",
"react random image",
"vue random image",
"js random image",
"unsplash",
"unsplash image",
"unsplash random image"
],
"repository": {
"type": "git",
"url": "https://github.com/MuhammadUzair/random-image-url.git"
},
"homepage": "https://github.com/MuhammadUzair/random-image-url",
"scripts": {
"build": "babel index.js -d build"
},
"dependencies": {
"axios": "^0.18.1"
},
"peerDependencies": {
"axios": "^0.18.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}