forked from Georeactor/city-namer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1005 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
{
"name": "city-namer",
"version": "1.0.0",
"description": "Browse OpenStreetMap for cities missing localized names",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Georeactor/city-namer.git"
},
"author": "Nick Doiron <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Georeactor/city-namer/issues"
},
"homepage": "https://github.com/Georeactor/city-namer#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cheerio": "^0.22.0",
"compression": "^1.6.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"csurf": "^1.9.0",
"express": "^4.14.0",
"express-session": "^1.14.0",
"jade": "^1.11.0",
"mongoose": "^4.5.8",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-openstreetmap": "^0.1.2",
"request": "^2.74.0",
"time-ago": "^0.1.0"
}
}