redis-url-parser
Advanced tools
+11
| language: node_js | ||
| node_js: | ||
| - "0.12" | ||
| - "0.10" | ||
| - "iojs" | ||
| before_install: | ||
| - npm install --global codeclimate-test-reporter | ||
| script: | ||
| - make check-coverage | ||
| after_script: | ||
| - codeclimate-test-reporter < coverage/lcov.info |
+7
-3
| { | ||
| "name": "redis-url-parser", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "A Redis URL parser", | ||
@@ -18,5 +18,9 @@ "keywords": [], | ||
| "standard": { | ||
| "global": ["it", "describe"] | ||
| "global": [ | ||
| "it", | ||
| "describe" | ||
| ] | ||
| }, | ||
| "main": "index" | ||
| "main": "index", | ||
| "license": "MIT" | ||
| } |
+2
-0
@@ -6,2 +6,4 @@ | ||
| [](https://travis-ci.org/cilindrox/redis-url-parser) [](https://codeclimate.com/github/cilindrox/redis-url-parser) [](https://codeclimate.com/github/cilindrox/redis-url-parser/coverage) | ||
| ## Installation | ||
@@ -8,0 +10,0 @@ |
5373
15.03%9
12.5%59
3.51%