-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 792 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 792 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
32
33
34
35
36
{
"name": "dynq",
"version": "1.2.1",
"description": "DynamoDB query library.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover _mocha",
"coverage": "open coverage/lcov-report/*.html"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/triploc/dynq.git"
},
"keywords": [
"AWS",
"DynamoDB",
"query",
"dynamo"
],
"author": "Jonathan Hollinger",
"license": "MIT",
"bugs": {
"url": "https://github.com/triploc/dynq/issues"
},
"homepage": "https://github.com/triploc/dynq#readme",
"dependencies": {
"aws-sdk": "^2.2.34",
"file-line-reader": "^1.0.2",
"sugar": "^1.4.1"
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5"
}
}