timestring/package.json

37 lines
1.0 KiB
JSON
Raw Normal View History

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>",
2015-07-09 17:19:42 +02:00
"license": "MIT",
2014-07-17 22:57:10 +02:00
"repository": {
2014-07-17 22:37:26 +02:00
"type": "git",
"url": "git://github.com/mike182uk/timestring.git"
},
2015-05-01 18:31:25 +02:00
"main": "dist/lib/timestring.js",
2015-05-01 12:08:24 +02:00
"version": "1.1.1",
2014-07-17 22:57:10 +02:00
"devDependencies": {
"browserify": "^12.0.1",
"chai": "^3.4.1",
2015-07-09 17:19:42 +02:00
"codeclimate-test-reporter": "^0.1.0",
2015-05-02 21:31:51 +02:00
"coveralls": "^2.11.2",
"del": "^2.2.0",
2015-04-30 12:37:57 +02:00
"gulp": "^3.8.11",
"gulp-babel": "^6.1.1",
2015-05-02 23:38:39 +02:00
"gulp-concat": "^2.5.2",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
2015-04-30 12:37:57 +02:00
"gulp-mocha": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"istanbul": "^0.4.1",
"jshint-stylish": "^2.1.0",
2015-04-30 12:37:57 +02:00
"mocha": "^2.2.4",
"mocha-lcov-reporter": "1.0.0",
2015-05-01 18:31:25 +02:00
"run-sequence": "^1.1.0",
"vinyl-source-stream": "^1.1.0"
2014-07-17 22:57:10 +02:00
}
2012-12-24 14:11:35 +01:00
}