-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 1.18 KB
/
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
{
"name": "speaking-geo-gp-sih-2018",
"version": "1.0.0",
"description": "`./dataset/Kurudo_All.ods` has all `.dbf` files consolidated in one file. `possible-questions.org` contains some of the questions which this dataset can answer. `possible-questions.md` has converted Markdown. `visualizing-land-usage-data-in-qgis.png` shows example of what is the nature of this data when visualized.",
"main": "index.js",
"scripts": {
"start" : "node index.js" ,
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "anurag",
"license": "ISC",
"dependencies": {
"@google-cloud/translate": "^2.1.2",
"axios": "^0.18.1",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"dotenv": "^5.0.1",
"express": "^4.16.4",
"mongodb": "^3.0.5",
"nodemon": "^1.18.6",
"papaparse": "^4.3.7"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ashleymavericks/Speaking-Geo-Assistant-Backened.git.git"
},
"bugs": {
"url": "https://github.com/ashleymavericks/Speaking-Geo-Assistant-Backened.git/issues"
},
"homepage": "https://github.com/ashleymavericks/Speaking-Geo-Assistant-Backened.git#readme"
}