-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 963 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": "@karthikgangadhar/ape-cricket",
"version": "1.1.8",
"description": "This is a live cricket api provides data using crickapi.com",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/karthikgangadhar/ape-cricket.git"
},
"keywords": [
"node.js",
"cricket",
"schedule",
"news",
"playerstat",
"score",
"match",
"fantasysquard",
"fantasysummary",
"playerfinder"
],
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"author": "kgangadhar <karthikg1643@gmail.com> (https://github.com/karthikgangadhar)",
"license": "ISC",
"bugs": {
"url": "https://github.com/KarthikGangadhar/ape-cricket/issues"
},
"homepage": "https://github.com/KarthikGangadhar/ape-cricket#readme",
"engines": {
"node": "8.11.2",
"npm": "5.4.2"
}
}