timestring
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "timestring", | ||
"version": "3.0.1", | ||
"description": "Parse a human readable time string into a time based value", | ||
"homepage": "https://github.com/mike182uk/timestring", | ||
"main": "index.js", | ||
"scripts": { | ||
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -x test.js test.js", | ||
"dev": "watch 'clear; npm test -s;' ./ -d", | ||
"sa": "jshint index.js && jscs index.js", | ||
"test": "mocha test.js" | ||
}, | ||
"author": "Michael David Barrett <mike182uk@gmail.com>", | ||
@@ -11,13 +18,25 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"dev": "watch 'clear; npm test -s;' ./ -d", | ||
"sa": "jshint index.js && jscs index.js", | ||
"test": "mocha test.js" | ||
"homepage": "https://github.com/mike182uk/timestring", | ||
"bugs": { | ||
"url": "https://github.com/mike182uk/timestring/issues" | ||
}, | ||
"main": "index.js", | ||
"version": "3.0.0", | ||
"keywords": [ | ||
"time", | ||
"timestring", | ||
"duration", | ||
"parse", | ||
"string", | ||
"date" | ||
], | ||
"engines": { | ||
"node": ">=0.10" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.4.1", | ||
"codeclimate-test-reporter": "^0.2.0", | ||
"codeclimate-test-reporter": "^0.3.0", | ||
"coveralls": "^2.11.2", | ||
"cz-conventional-changelog": "^1.1.5", | ||
"istanbul": "^0.4.1", | ||
@@ -27,8 +46,10 @@ "jscs": "^2.8.0", | ||
"mocha": "^2.2.4", | ||
"mocha-lcov-reporter": "1.0.0", | ||
"mocha-lcov-reporter": "1.2.0", | ||
"watch": "^0.17.1" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.0.0" | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
@@ -9,2 +9,3 @@ # Timestring | ||
[![License](https://img.shields.io/github/license/mike182uk/timestring.svg?style=flat-square)](https://www.npmjs.com/package/timestring) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/) | ||
@@ -11,0 +12,0 @@ Parse a human readable time string into a time based value. |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
10244
0
140
10