Comparing version 1.3.8 to 1.4.0
{ | ||
"name": "configly", | ||
"version": "1.3.8", | ||
"version": "1.4.0", | ||
"description": "Provides an easy way to set up environmental configuration", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly", | ||
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" | ||
"codeclimate": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codeclimate && rm -rf ./coverage" | ||
}, | ||
@@ -29,15 +29,15 @@ "repository": { | ||
"devDependencies": { | ||
"coveralls": "^2.10.0", | ||
"gulp": "^3.6.0", | ||
"gulp": "^3.6.2", | ||
"gulp-exec": "^2.0.1", | ||
"gulp-istanbul": "^0.1.1", | ||
"gulp-jshint": "^1.5.0", | ||
"gulp-istanbul": "^0.2.0", | ||
"gulp-jshint": "^1.6.1", | ||
"gulp-mocha": "^0.4.1", | ||
"gulp-util": "^2.2.14", | ||
"istanbul": "^0.2.7", | ||
"istanbul": "^0.2.10", | ||
"jshint-stylish": "^0.2.0", | ||
"mocha": "^1.18.2", | ||
"mocha": "^1.19.0", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"should": "^3.2.0" | ||
"should": "^3.3.1", | ||
"codeclimate-test-reporter": "^0.0.3" | ||
} | ||
} |
# configly | ||
[![NPM version](http://img.shields.io/npm/v/configly.svg)](https://www.npmjs.org/package/configly) | ||
[![Dependency Status](http://img.shields.io/gemnasium/ksmithut/configly.svg)](https://gemnasium.com/ksmithut/configly) | ||
[![Code Climate](http://img.shields.io/codeclimate/github/ksmithut/configly.svg)](https://codeclimate.com/github/ksmithut/configly) | ||
[![Build Status](http://img.shields.io/travis/ksmithut/configly.svg)](https://travis-ci.org/ksmithut/configly) | ||
[![Coverage Status](http://img.shields.io/coveralls/ksmithut/configly.svg)](https://coveralls.io/r/ksmithut/configly) | ||
[![NPM version](http://img.shields.io/npm/v/configly.svg?style=flat)](https://www.npmjs.org/package/configly) | ||
[![Dependency Status](http://img.shields.io/gemnasium/ksmithut/configly.svg?style=flat)](https://gemnasium.com/ksmithut/configly) | ||
[![Code Climate](http://img.shields.io/codeclimate/github/ksmithut/configly.svg?style=flat)](https://codeclimate.com/github/ksmithut/configly) | ||
[![Build Status](http://img.shields.io/travis/ksmithut/configly.svg?style=flat)](https://travis-ci.org/ksmithut/configly) | ||
[![Coverage Status](http://img.shields.io/codeclimate/coverage/github/ksmithut/configly.svg?style=flat)](https://codeclimate.com/github/ksmithut/configly) | ||
@@ -9,0 +9,0 @@ A simple configuration management module used for [node.js](http://nodejs.org/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13629