-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 919 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
{
"name": "node",
"version": "5.0.7",
"description": "Testing node with express, ogr2ogr",
"main": "main.js",
"dependencies": {
"accepts": "^1.3.3",
"body-parser": "^1.15.0",
"compression": "^1.6.2",
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"fs.realpath": "^1.0.0",
"iltorb": "^1.0.13",
"jsdom": "^8.1.0",
"jsonfile": "^2.2.3",
"lzma-native": "^1.5.2",
"multer": "^1.1.0",
"nodemon": "^1.9.0",
"ogr2ogr": "^0.5.1",
"togeojson": "^0.13.0",
"zlib": "^1.0.5"
},
"devDependencies": {},
"scripts": {
"test": "node main.js",
"start": "nodemon main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/manikanta-kondeti/codes"
},
"keywords": [
"ogr2ogr",
"node",
"basic",
"express",
"gis",
"mani"
],
"author": "mani.iiit123@gmail.com",
"license": "MIT"
}