-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 971 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
{
"name": "backbone-dynamodb",
"author": "Sergio Alcantara <iserg9@gmail.com> (https://github.com/serg-io)",
"description": "Store Backbone models in Amazon DynamoDB.",
"version": "1.0.1",
"homepage": "https://github.com/serg-io/backbone-dynamodb",
"keywords": [
"backbone",
"dynamodb",
"backbone-dynamodb",
"aws",
"amazon",
"dynamodb",
"amazon dynamodb"
],
"repository": {
"type": "git",
"url": "git://github.com/serg-io/backbone-dynamodb.git"
},
"main": "backbone-dynamodb.js",
"scripts": {
"postversion": "git push && git push --tags && npm publish"
},
"dependencies": {
"clone": "1.0.2",
"aws-sdk": "2.1.26",
"backbone": "1.1.0",
"dynamodb-doc": "1.0.0",
"underscore": "1.8.3",
"underscore.deferred": "0.4.0"
},
"devDependencies": {
"faker": "2.1.2",
"moment": "2.22.2",
"nodeunit": "0.9.1",
"request": "2.55.0",
"dynamodb-atomic-counter": "0.1.1"
}
}