Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed Jan 15, 2014
1 parent 11a020f commit 0f6863c
Showing 1 changed file with 51 additions and 46 deletions.
97 changes: 51 additions & 46 deletions package.json
@@ -1,48 +1,53 @@
{
"name" : "awssum-amazon-cloudwatch",
"description" : "AwsSum plugin for Amazon CloudWatch.",
"version" : "1.0.1",

"main" : "awssum-amazon-cloudwatch.js",
"engines" : {
"node" : ">= 0.6.0"
},
"peerDependencies" : {
"awssum-amazon" : "~1"
},
"dependencies" : {
"data2xml" : "0.8.x",
"underscore" : "1.4.x",
"dateformat" : "1.0.4-1.2.3"
},
"devDependencies" : {
"tap" : "0.4.x"
},
"scripts" : {
"test" : "tap test/*.js test/integration/*.js"
},

"homepage" : "https://github.com/awssum/awssum-amazon-cloudwatch/",
"repository" : {
"type" : "git",
"url" : "git://github.com/awssum/awssum-amazon-cloudwatch.git"
},
"bugs" : {
"url" : "http://github.com/awssum/awssum-amazon-cloudwatch/issues",
"mail" : "andychilton@gmail.com"
},

"author" : {
"name" : "Andrew Chilton",
"email" : "andychilton@gmail.com",
"url" : "http://chilts.org/"
},
"contributors" : [],
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/awssum/awssum-amazon-cloudwatch/raw/master/LICENSE"
}],
"keywords" : [
"awssum", "awssum-plugin", "amazon", "aws", "webapi", "api", "cloudwatch"
]
"name": "awssum-amazon-cloudwatch",
"description": "AwsSum plugin for Amazon CloudWatch.",
"version": "1.1.0",
"main": "awssum-amazon-cloudwatch.js",
"engines": {
"node": ">= 0.6.0"
},
"peerDependencies": {
"awssum-amazon": "~1"
},
"dependencies": {
"data2xml": "0.8.x",
"underscore": "1.4.x",
"dateformat": "1.0.4-1.2.3"
},
"devDependencies": {
"tap": "0.4.x"
},
"scripts": {
"test": "tap test/*.js test/integration/*.js"
},
"homepage": "https://github.com/awssum/awssum-amazon-cloudwatch/",
"repository": {
"type": "git",
"url": "git://github.com/awssum/awssum-amazon-cloudwatch.git"
},
"bugs": {
"url": "http://github.com/awssum/awssum-amazon-cloudwatch/issues",
"mail": "andychilton@gmail.com"
},
"author": {
"name": "Andrew Chilton",
"email": "andychilton@gmail.com",
"url": "http://chilts.org/"
},
"contributors": [],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/awssum/awssum-amazon-cloudwatch/raw/master/LICENSE"
}
],
"keywords": [
"awssum",
"awssum-plugin",
"amazon",
"aws",
"webapi",
"api",
"cloudwatch"
]
}

0 comments on commit 0f6863c

Please sign in to comment.