UNPKG

814 BJSONView Raw
1{
2 "name": "dynograte",
3 "version": "2.0.1",
4 "description": "DynamoDB migration tool",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha",
8 "docker-test": "./start-docker.sh && npm test"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/austinkelleher/dynograte.git"
13 },
14 "keywords": [
15 "dynamo",
16 "dynamodb",
17 "migration",
18 "database"
19 ],
20 "author": "Austin Kelleher, a@alk.im",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/austinkelleher/dynograte/issues"
24 },
25 "homepage": "https://github.com/austinkelleher/dynograte#readme",
26 "dependencies": {
27 "dynamodb-data-types": "^3.0.0",
28 "node-uuid": "^1.4.7"
29 },
30 "devDependencies": {
31 "argly": "^1.0.0",
32 "aws-sdk": "^2.5.5",
33 "chai": "^3.5.0",
34 "mocha": "^3.0.2"
35 }
36}