-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 839 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
35
36
37
38
39
40
41
42
{
"name": "microdex",
"version": "1.0.2",
"description": "Micro document full text index.",
"keywords": [
"microdex",
"fulltext",
"full text",
"search",
"dynamodb",
"aws",
"small string"
],
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Jonathan Hollinger",
"license": "ISC",
"dependencies": {
"dynq": "^1.0.23",
"natural": "^0.4.0",
"smaz": "^1.0.0",
"sugar": "^1.4.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"mocha-logger": "^1.0.3"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/triploc/microdex.git"
},
"bugs": {
"url": "https://github.com/triploc/microdex/issues"
},
"homepage": "https://github.com/triploc/microdex#readme"
}