-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
40 lines (40 loc) · 901 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
{
"name": "koop-provider-sample",
"version": "1.0.0",
"description": "A sample provider for koop",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "koop serve",
"test": "standard && tape test/*.js | tap-spec"
},
"dependencies": {
"config": "^3.2.5",
"koop": "^3.17.0",
"request": "^2.88.0"
},
"author": "Daniel Fenton",
"license": "Apache-2.0",
"devDependencies": {
"@koopjs/cli": "^0.6.0",
"nock": "^12.0.0",
"standard": "^14.3.1",
"tap-spec": "^5.0.0",
"tape": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koopjs/koop-provider-sample.git"
},
"bugs": {
"url": "https://github.com/koopjs/koop-provider-sample/issues"
},
"homepage": "https://github.com/koopjs/koop-provider-sample",
"keywords": [
"koop",
"provider",
"sample"
]
}