This repository was archived by the owner on Apr 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.35 KB
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
{
"name": "cloudant-fieldwork",
"version": "1.0.0",
"description": "A web application that supports offline editing and mapping of geospatial data. It downloads and saves geospatial data locally for offline use using Cloudant Geo or Lucene Geo query, has a UI that supports editing of points, lines and polygons, and syncs locally edited data back to an IBM Cloudant database",
"main": "app.js",
"scripts": {
"install": "./admin.js track && ./admin.js db put && ./admin.js ddoc put",
"start": "node app.js",
"test": "echo no tests yet"
},
"repository": {
"type": "git",
"url": "https://github.com/ibm-cds-labs/fieldwork.git"
},
"keywords": ["PouchDB", "Node.js", "Bootstrap", "Cloudant", "HTML5", "JavaScript", "geospatial"],
"author": "Raj Singh <rrsingh@us.ibm.com> (https://cloudant.com/)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/ibm-cds-labs/fieldwork/issues"
},
"homepage": "https://github.com/ibm-cds-labs/fieldwork",
"dependencies": {
"body-parser": "^1.11.0",
"cf-deployment-tracker-client": "^0.x",
"cloudant": "^1.0.0-beta3",
"commander": "^2.6.0",
"cookie-parser": "^1.3.4",
"compression": "^1.6.2",
"dotenv": "^0.5.1",
"express": "^4.11.1",
"http-post": "^0.1.1"
}
}