forked from PawanRegoti/bing-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 765 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": "bing-wallpapers",
"version": "1.0.0",
"description": "service to get bing wallpapers",
"type": "module",
"main": "index.js",
"engines": {
"node": "12.18.3"
},
"scripts": {
"start": "node index.js",
"watch": "nodemon index.js",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PawanRegoti/bing-wallpapers.git"
},
"keywords": [
"bing",
"wallpapers"
],
"author": "Pawan Kumar Regoti",
"license": "ISC",
"bugs": {
"url": "https://github.com/PawanRegoti/bing-wallpapers/issues"
},
"homepage": "https://github.com/PawanRegoti/bing-wallpapers#readme",
"dependencies": {
"http-proxy": "^1.18.1"
},
"devDependencies": {
"nodemon": "^2.0.5"
}
}