-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 907 Bytes
/
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
{
"name": "serverless-autocomplete",
"description": "Utility to convert a text file of strings into a autocomplete API powered by serverless OpenWhisk",
"version": "1.2.0",
"main": "autocomplete.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"author": "Glynn Bird <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"colors": "^1.3.3",
"tmp": "0.0.33"
},
"bin": {
"acsetup": "bin/acsetup.js"
},
"devDependencies": {
"mocha": "^3.4.2"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ibm-watson-data-lab/serverless-autocomplete.git"
},
"keywords": [
"openwhisk",
"autocomplete",
"serverless"
],
"bugs": {
"url": "https://github.com/ibm-watson-data-lab/serverless-autocomplete/issues"
},
"homepage": "https://github.com/ibm-watson-data-lab/serverless-autocomplete#readme"
}