forked from cloudant-labs/location-tracker-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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
33
34
35
36
37
38
39
40
41
42
{
"name": "cloudant-location-tracker",
"version": "0.0.0",
"description": "A demo web application which records a device's location and saves this information to IBM Cloudant",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "./admin.js track && ./admin.js db put && ./admin.js api set_security",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudant-labs/location-tracker-nodejs.git"
},
"keywords": [
"PouchDB",
"AngularJS",
"Node.js",
"Bootstrap",
"Cloudant",
"HTML5",
"JavaScript",
"geospatial"
],
"author": "Bradley Holt <[email protected]> (https://cloudant.com/)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/cloudant-labs/location-tracker-nodejs/issues"
},
"homepage": "https://github.com/cloudant-labs/location-tracker-nodejs",
"dependencies": {
"body-parser": "^1.11.0",
"cf-deployment-tracker-client": "^0.0.3",
"cloudant": "^1.3.0",
"commander": "^2.6.0",
"cookie-parser": "^1.3.4",
"dotenv": "^0.5.1",
"express": "^4.11.1",
"http-post": "^0.1.1",
"http-proxy": "^1.8.1"
}
}