2012-12-24 14:11:35 +01:00
|
|
|
{
|
2014-07-17 22:57:10 +02:00
|
|
|
"name": "timestring",
|
|
|
|
"description": "Parse a human readable time string into a time based value",
|
|
|
|
"homepage": "https://github.com/mike182uk/timestring",
|
|
|
|
"author": "Michael David Barrett <mike182uk@gmail.com>",
|
|
|
|
"repository": {
|
2014-07-17 22:37:26 +02:00
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/mike182uk/timestring.git"
|
|
|
|
},
|
2015-04-30 18:03:33 +02:00
|
|
|
"main": "dist/timestring.js",
|
|
|
|
"version": "2.0.0",
|
2014-07-17 22:57:10 +02:00
|
|
|
"devDependencies": {
|
2015-04-30 12:37:57 +02:00
|
|
|
"chai": "^2.3.0",
|
2015-04-30 18:03:33 +02:00
|
|
|
"del": "^1.1.1",
|
2015-04-30 12:37:57 +02:00
|
|
|
"gulp": "^3.8.11",
|
|
|
|
"gulp-jscs": "^1.6.0",
|
|
|
|
"gulp-jshint": "^1.10.0",
|
|
|
|
"gulp-load-plugins": "^0.10.0",
|
|
|
|
"gulp-mocha": "^2.0.1",
|
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"gulp-sourcemaps": "^1.5.2",
|
|
|
|
"gulp-uglify": "^1.2.0",
|
|
|
|
"jshint-stylish": "^1.0.1",
|
|
|
|
"mocha": "^2.2.4",
|
|
|
|
"run-sequence": "^1.1.0"
|
2014-07-17 22:57:10 +02:00
|
|
|
}
|
2012-12-24 14:11:35 +01:00
|
|
|
}
|