timestring/package.json

35 lines
981 B
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>",
"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": {
2015-05-01 18:31:25 +02:00
"browserify": "^10.0.0",
2015-04-30 12:37:57 +02:00
"chai": "^2.3.0",
2015-05-02 21:31:51 +02:00
"coveralls": "^2.11.2",
2015-04-30 18:03:33 +02:00
"del": "^1.1.1",
2015-04-30 12:37:57 +02:00
"gulp": "^3.8.11",
2015-05-01 18:31:25 +02:00
"gulp-babel": "^5.1.0",
2015-05-02 23:38:39 +02:00
"gulp-concat": "^2.5.2",
2015-04-30 12:37:57 +02:00
"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",
2015-05-02 21:31:51 +02:00
"istanbul": "^0.3.13",
2015-04-30 12:37:57 +02:00
"jshint-stylish": "^1.0.1",
"mocha": "^2.2.4",
2015-05-02 21:31:51 +02:00
"mocha-lcov-reporter": "0.0.2",
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
}