-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1008 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
44
{
"name": "littoral-zone",
"version": "0.1.0",
"description": "A RESTful API for Canadian tide data.",
"main": "server.js",
"private": true,
"scripts": {
"start": "micro",
"dev": "micro-dev",
"test": "xo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greatislander/littoral-zone.git"
},
"keywords": [
"tide",
"api"
],
"author": "Ned Zimmerman <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/greatislander/littoral-zone/issues"
},
"homepage": "https://github.com/greatislander/littoral-zone#readme",
"dependencies": {
"JSONSelect": "^0.4.0",
"json-mask": "^1.0.2",
"micro": "^9.3.4",
"micro-cacheable": "^2.0.1",
"microrouter": "^3.1.3",
"moment": "^2.29.1",
"soap-as-promised": "^1.26.0"
},
"devDependencies": {
"ava": "^3.13.0",
"micro-dev": "^3.0.0",
"prettier": "^2.1.2",
"xo": "^0.26.1"
},
"xo": {
"extends": "prettier"
}
}