forked from noppoMan/npdynamodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.35 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@jitterbit/npdynamodb",
"version": "0.3.2",
"description": "A Node.js Simple Query Builder and ORM for AWS DynamoDB.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --timeout 20000 ./test/**/*_spec.js"
},
"keywords": [
"dynamodb",
"aws",
"activerecord",
"orm",
"migration"
],
"bin": {
"npd": "./lib/bin/npd"
},
"repository": {
"type": "git",
"url": "https://github.com/jitterbit/npdynamodb.git"
},
"author": {
"name": "noppoMan",
"email": "[email protected]",
"url": "http://miketokyo.com"
},
"contributors": [
{
"name": "noppoMan",
"email": "[email protected]",
"url": "http://miketokyo.com"
},
{
"name": "Jitterbit",
"url": "https://jitterbit.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jitterbit/npdynamodb/issues"
},
"homepage": "https://github.com/jitterbit/npdynamodb#readme",
"dependencies": {
"bluebird": "^2.9.24",
"chalk": "^1.1.3",
"commander": "^2.20.3",
"dynamodb-doc": "^1.0.0",
"glob": "^5.0.15",
"interpret": "^0.5.2",
"liftoff": "^2.5.0",
"lodash": "^4.17.15",
"minimist": "^1.2.5",
"readline": "0.0.7",
"v8flags": "^2.1.1"
},
"devDependencies": {
"aws-sdk": "^2.643.0",
"chai": "^2.3.0",
"mocha": "^6.2.2"
}
}