UNPKG

947 BJSONView Raw
1{
2 "name": "dynatable",
3 "version": "0.0.7",
4 "description": "A wrapper for DynamoDB tables, with a promise wrapped simplified API for the AWS SDK's DynamoDB.DocumentClient",
5 "main": "dist/index.js",
6 "jsnext:main": "src/index.js",
7 "scripts": {
8 "prepublish": "npm run test && npm run build",
9 "test": "jest --coverage",
10 "build": "rollup -c"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/fanderzon/dynatable.git"
15 },
16 "keywords": [
17 "dynamodb"
18 ],
19 "author": "Fredrik Andersson <f.anderzon@gmail.com> (http://fredrik.anderzon.se)",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/fanderzon/dynatable/issues"
23 },
24 "homepage": "https://github.com/fanderzon/dynatable#readme",
25 "devDependencies": {
26 "babel-jest": "^18.0.0",
27 "babel-preset-es2015": "6.18.0",
28 "buble": "0.15.2",
29 "jest": "18.1.0",
30 "rollup": "0.41.1",
31 "rollup-plugin-buble": "0.15.0"
32 }
33}