-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 920 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
{
"name": "latest-browsers-api",
"version": "1.0.0",
"description": "Get the latest browser versions in JSON response",
"main": "src/index.js",
"engines": {
"node": "^6.9.0"
},
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voronianski/latest-browsers-api.git"
},
"keywords": [
"api",
"latest",
"browsers",
"express",
"caniuse"
],
"author": "Dmitri Voronianski <dmitri.voronianski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/voronianski/latest-browsers-api/issues"
},
"homepage": "https://github.com/voronianski/latest-browsers-api#readme",
"dependencies": {
"caniuse-api": "^1.5.3",
"compression": "^1.6.2",
"cors": "^2.8.1",
"express": "^4.15.0",
"serve-favicon": "^2.4.1"
}
}