forked from CNXTEoEorg/iota-starter-server-fm-saas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "iota-starter-server-fleetmanagement",
"description": "IBM IoT Connected Vehicle Insights - Fleet Management Starter Application",
"version": "1.0.0-M1",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"basic-auth": "1.0.3",
"bluemix-secure-gateway": "3.2.0",
"body-parser": "1.15.0",
"cfenv": "1.0.3",
"chance": "0.8.0",
"cloudant": "1.5.1",
"cookie-parser": "1.3.3",
"cors": "2.7.1",
"cron": "1.0.9",
"csrf": "2.0.1",
"debug": "2.2.0",
"ejs": "0.8.8",
"express": "4.9.8",
"express-session": "1.7.6",
"fs-extra": "0.26.5",
"helmet": "1.1.0",
"ibmiotf": "^0.2.25",
"method-override": "2.3.6",
"metrics-tracker-client": "^0.2.3",
"moment": "2.8.3",
"morgan": "1.6.0",
"node-uuid": "1.4.1",
"passport": "0.2.2",
"q": "2.0.3",
"request": "2.69.0",
"underscore": "1.8.3",
"ws": "0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ibm-watson-iot/iota-starter-server-fm.git"
}
}