forked from dohzoh/sails-dynamodb
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
105 lines (105 loc) · 2.51 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "sails-dynamodb",
"version": "0.12.5",
"description": "Amazon DynamoDB adapter for Sails / Waterline",
"main": "index.js",
"scripts": {
"test": "node test/integration/runner -R spec -b"
},
"repository": {
"type": "git",
"url": "https://github.com/gadelkareem/sails-dynamodb.git"
},
"keywords": [
"dynamodb",
"aws",
"adapter",
"sails",
"waterline",
"orm",
"sailsjs",
"sails.js"
],
"author": "gadelkareem",
"license": "MIT",
"dependencies": {
"vogels": "~0.12.0",
"lodash": "^3.10.1",
"async": "^1.5.0"
},
"devDependencies": {
"mocha": "~1.13.0",
"waterline-adapter-tests": "~0.10.0",
"captains-log": "~0.11.1"
},
"waterlineAdapter": {
"waterlineVersion": "~0.10.x",
"interfaces": [
"semantic",
"queryable",
"associations"
]
},
"bugs": {
"url": "https://github.com/gadelkareem/sails-dynamodb/issues"
},
"dist": {
"shasum": "93002d46304fd8b42fbe1c39e9ab84a89f14e27f",
"tarball": "http://registry.npmjs.org/sails-dynamodb/-/sails-dynamodb-0.11.4.tgz"
},
"_resolved": "https://registry.npmjs.org/sails-dynamodb/-/sails-dynamodb-0.11.4.tgz",
"_from": "sails-dynamodb@>=0.11.1 <0.12.0",
"homepage": "https://github.com/gadelkareem/sails-dynamodb",
"_shasum": "93002d46304fd8b42fbe1c39e9ab84a89f14e27f",
"_npmVersion": "2.1.12",
"_nodeVersion": "0.10.33",
"_npmUser": {
"name": "gadelkareem",
"email": "gadelkareem@gmail.com"
},
"maintainers": [
"gadelkareem <gadelkareem@gmail.com>",
"devinivy <devin@bigroomstudios.com>"
],
"directories": {
"test": "test"
},
"contributors": [
{
"name": "Waleed Gadelkareem",
"email": "gadelkareem@gmail.com",
"url": "https://github.com/gadelkareem",
"contributions": 27,
"additions": 1975,
"deletions": 1842,
"hireable": false
},
{
"name": "Mike McNeil",
"email": "customers@balderdash.co",
"url": "https://github.com/mikermcneil",
"contributions": 31,
"additions": 1371,
"deletions": 725,
"hireable": true
},
{
"name": "devin ivy",
"email": "devin@bigroomstudios.com",
"url": "https://github.com/devinivy",
"contributions": 14,
"additions": 586,
"deletions": 245,
"hireable": false
},
{
"name": "dozo",
"email": "",
"url": "https://github.com/dohzoh",
"contributions": 46,
"additions": 943,
"deletions": 517,
"hireable": false
}
]
}