-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 997 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
{
"name": "water-api",
"version": "1.0.0",
"description": "This is a the API for the Code For Europe Transparent Water Initiative.",
"main": "index.js",
"license": "GPL-3.0+",
"author": {
"name": "Milo van der Linden",
"email": "[email protected]"
},
"contributors": [
{
"name": "Duncan Healy",
"email": "[email protected]"
}
],
"private": true,
"dependencies": {
"async": "^2.6.1",
"chance": "^1.0.16",
"connect": "^3.6.6",
"connect-locale": "^1.3.2",
"cors": "2.8.4",
"js-yaml": "3.12.0",
"mathjs": "5.0.3",
"mongoose": "5.2.4",
"mongoose-i18n-localize": "^0.3.0",
"node-nominatim2": "^0.1.0",
"obj-parse": "^0.3.0",
"swagger-tools": "0.10.4",
"tz-business-time": "^0.6.3"
},
"devDependencies": {
"assert": "^1.4.1",
"mocha": "^5.2.0",
"supertest": "^3.0.0"
},
"scripts": {
"start": "node index.js",
"test": "mocha --exit --timeout 10000 test/index.js"
}
}