opentsdb-query
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -25,3 +25,3 @@ /** | ||
* AUTHOR: | ||
* Athan Reines. athan@nodeprime.com. 2014. | ||
* Athan Reines. kgryte@gmail.com. | ||
* | ||
@@ -28,0 +28,0 @@ */ |
{ | ||
"name": "opentsdb-query", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Base class for OpenTSDB metric and TSUID queries.", | ||
"author": { | ||
"name": "Athan Reines", | ||
"email": "athan@nodeprime.com" | ||
"email": "kgryte@gmail.com" | ||
}, | ||
@@ -20,6 +20,6 @@ "contributors": [ | ||
"type": "git", | ||
"url": "git://github.com/opentsdb-js/opentsdb-query.git" | ||
"url": "git://github.com/opentsdb-js/query.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/opentsdb-js/opentsdb-query/issues" | ||
"url": "https://github.com/opentsdb-js/query/issues" | ||
}, | ||
@@ -26,0 +26,0 @@ "keywords": [ |
@@ -83,3 +83,3 @@ Query | ||
--- | ||
## Notes | ||
@@ -106,3 +106,3 @@ | ||
--- | ||
## Tests | ||
@@ -136,3 +136,3 @@ | ||
--- | ||
## License | ||
@@ -152,15 +152,15 @@ | ||
[travis-image]: http://img.shields.io/travis/opentsdb-js/opentsdb-query/master.svg | ||
[travis-url]: https://travis-ci.org/opentsdb-js/opentsdb-query | ||
[travis-image]: http://img.shields.io/travis/opentsdb-js/query/master.svg | ||
[travis-url]: https://travis-ci.org/opentsdb-js/query | ||
[coveralls-image]: https://img.shields.io/coveralls/opentsdb-js/opentsdb-query/master.svg | ||
[coveralls-url]: https://coveralls.io/r/opentsdb-js/opentsdb-query?branch=master | ||
[coveralls-image]: https://img.shields.io/coveralls/opentsdb-js/query/master.svg | ||
[coveralls-url]: https://coveralls.io/r/opentsdb-js/query?branch=master | ||
[dependencies-image]: http://img.shields.io/david/opentsdb-js/opentsdb-query.svg | ||
[dependencies-url]: https://david-dm.org/opentsdb-js/opentsdb-query | ||
[dependencies-image]: http://img.shields.io/david/opentsdb-js/query.svg | ||
[dependencies-url]: https://david-dm.org/opentsdb-js/query | ||
[dev-dependencies-image]: http://img.shields.io/david/dev/opentsdb-js/opentsdb-query.svg | ||
[dev-dependencies-url]: https://david-dm.org/dev/opentsdb-js/opentsdb-query | ||
[dev-dependencies-image]: http://img.shields.io/david/dev/opentsdb-js/query.svg | ||
[dev-dependencies-url]: https://david-dm.org/dev/opentsdb-js/query | ||
[github-issues-image]: http://img.shields.io/github/issues/opentsdb-js/opentsdb-query.svg | ||
[github-issues-url]: https://github.com/opentsdb-js/opentsdb-query/issues | ||
[github-issues-image]: http://img.shields.io/github/issues/opentsdb-js/query.svg | ||
[github-issues-url]: https://github.com/opentsdb-js/query/issues |
13128