UNPKG

fdic-sdi-manager

Version:
48 lines (47 loc) 1.11 kB
{ "name": "fdic-sdi-manager", "version": "0.0.4", "description": "Interact with datadoodler resources on AWS", "main": "lib/fdic-sdi-manager.js", "scripts": { "test": "_mocha test/**/*.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/datadoodler/fdic-sdi-manager.git" }, "keywords": [ "AWS", "DataDoodler", "DynamoDb", "FDIC", "BankerDoodle" ], "author": "Kent Merrell", "license": "Apache-2.0", "bugs": { "url": "https://github.com/datadoodler/fdic-sdi-manager/issues" }, "homepage": "https://github.com/datadoodler/fdic-sdi-manager#readme", "dependencies": { "aws-sdk": "^2.3.0", "co": "^4.6.0", "config": "^1.19.0", "csvtojson": "^0.5.3", "mkdirp": "^0.5.1", "nedb": "^1.8.0", "request-promise": "^2.0.1", "winston": "^2.2.0", "winston-loggly": "^1.3.1", "yauzl": "^2.4.1" }, "devDependencies": { "chai": "^3.5.0", "code": "^2.1.0", "eslint": "^2.8.0", "mocha": "^2.4.5", "mockery": "^1.4.1", "rimraf": "^2.5.2", "sinon": "^1.17.3" } }