leimd/react-native-aws-signature

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "react-native-aws-signature",
  "version": "0.0.9",
  "description": "generate aws signature v4 for react-native",
  "main": "./lib/AWSSignature.js",
  "scripts": {
    "test": "jasmine",
    "cover": "istanbul cover jasmine"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leimd/AWSSignature.git"
  },
  "keywords": [
    "react-native",
    "aws",
    "signature",
    "react"
  ],
  "author": "Tom Lei <tomlei90@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/leimd/AWSSignature/issues"
  },
  "homepage": "https://github.com/leimd/AWSSignature#readme",
  "dependencies": {
    "crypto-js": "^3.1.6",
    "moment": "^2.11.2"
  },
  "devDependencies": {
    "istanbul": "^0.4.2",
    "jasmine": "^2.4.1"
  }
}