forked from glynnbird/simple-autocomplete-service
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 720 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 720 Bytes
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
{
"name": "simple-autocomplete-service",
"version": "1.0.0",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.13.2",
"cf-deployment-tracker-client": "^0.x",
"cfenv": "1.0.x",
"compression": "^1.6.1",
"cors": "^2.7.1",
"express": "4.13.x",
"multer": "^0.1.8",
"node-etcd": "^5.0.3",
"passport": "^0.3.2",
"passport-anonymous": "^1.0.1",
"passport-http": "^0.3.0",
"redis": "^2.5.2",
"request": "^2.69.0",
"simple-service-registry": "0.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ibm-cds-labs/simple-autocomplete-service"
},
"engines": {
"node": "4.2.x"
}
}