forked from MitocGroup/vogels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 817 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
{
"name": "vogels",
"version": "2.2.0",
"author": "Ryan Fitzgerald <ryan@codebrewstudios.com>",
"description": "DynamoDB data mapper",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": "git://github.com/ryanfitz/vogels.git",
"keywords": [
"datamapper",
"DynamoDB",
"aws",
"amazon",
"nosql"
],
"engines": {
"node": ">=0.10.30"
},
"license": "MIT",
"dependencies": {
"async": "1.5.x",
"bunyan": "1.5.x",
"joi": "5.x.x",
"lodash": "4.x.x",
"node-uuid": "1.4.x"
},
"optionalDependencies": {
"aws-sdk": "2.2.x"
},
"devDependencies": {
"chai": "1.x.x",
"istanbul": "^0.3.5",
"jscoverage": "^0.5.9",
"jshint": "2.x.x",
"jshint-stylish": "2.x.x",
"mocha": "2.x.x",
"sinon": "1.12.x"
}
}