-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 886 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
{
"name": "corrde",
"version": "1.0.0",
"description": "Job Hailing and Outsourcing Web Service With NodeJS.",
"dependencies": {
"@mapbox/geojson-merge": "^1.1.1",
"cookie": "^0.3.1",
"geojson-slicer": "^0.1.0",
"mysql": "^2.16.0",
"oauth-signature": "^1.5.0",
"osmtogeojson": "^3.0.0-beta.4",
"request": "^2.88.2",
"socket.io": "^2.2.0",
"topojson-server": "^3.0.1"
},
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mannasugo/corrde.git"
},
"keywords": [
"no-express",
"NodeJS",
"MYSQL"
],
"author": "Mann Asugo",
"license": "ISC",
"bugs": {
"url": "https://github.com/mannasugo/corrde/issues"
},
"homepage": "https://github.com/mannasugo/corrde#readme"
}