Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « aws-sign2 « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c3d57e575ace35e72decf0ccc740ca68e6c16bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)",
  "name": "aws-sign2",
  "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.",
  "version": "0.7.0",
  "repository": {
    "url": "https://github.com/mikeal/aws-sign"
  },
  "license": "Apache-2.0",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {},
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  }
}