-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 962 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
38
39
40
41
42
43
{
"name": "koop-provider-nba",
"version": "1.0.0",
"description": "NBA shot charts to Feature Services",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "nodemon server.js",
"test": "standard && tape test/*.js | tap-spec"
},
"dependencies": {
"config": "^1.25.1",
"koop": "^3.4.0",
"moment": "^2.18.1",
"nodemon": "^1.11.0",
"proj4": "^2.4.3",
"request": "^2.79.0"
},
"author": "Gavin Rehkemper",
"license": "Apache-2.0",
"devDependencies": {
"nock": "^9.0.2",
"standard": "^10.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gavinr/koop-provider-nba.git"
},
"bugs": {
"url": "https://github.com/gavinr/koop-provider-nba/issues"
},
"homepage": "https://github.com/gavinr/koop-provider-nba",
"keywords": [
"koop",
"provider",
"nba",
"shotcharts"
]
}