forked from mwakao/iota-starter-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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": "iot-automotive-starter",
"version": "1.3.2",
"description": "IoT for Automotive Starter Application Server",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "4.9.8",
"cfenv": "1.0.3",
"body-parser": "1.15.0",
"cookie-parser": "1.3.3",
"morgan": "1.6.0",
"serve-favicon": "2.3.0",
"ejs": "0.8.8",
"debug" : "2.2.0",
"cloudant": "1.5.1",
"passport" : "0.2.2",
"cors": "2.7.1",
"request": "2.69.0",
"fs-extra": "0.26.5",
"q": "2.0.3",
"underscore": "1.8.3",
"basic-auth" :"1.0.3",
"ws": "0.8.0",
"node-uuid": "1.4.1",
"chance": "0.8.0",
"express-session": "1.7.6",
"helmet": "1.1.0",
"moment": "2.8.3",
"bms-mca-token-validation-strategy" : "2.0.5",
"qr-image": "3.1.0",
"xml2js": "0.4.9",
"ibmiotf": "0.2.12",
"cf-deployment-tracker-client": "0.0.x"
},
"repository": {
"type": "git",
"url": "https://github.com/ibm-watson-iot/iota-starter-server.git"
},
"license": "SEE LICENSE IN LICENSE"
}