timestring/package.json

23 lines
638 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"
},
2014-07-17 22:57:10 +02:00
"main": "timestring.js",
2014-07-18 21:41:10 +02:00
"version": "1.1.0",
2014-07-17 22:57:10 +02:00
"devDependencies": {
2014-07-17 23:49:43 +02:00
"chai": "^1.9.1",
2014-07-17 22:57:10 +02:00
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.0",
2014-07-17 23:49:43 +02:00
"grunt-mocha-test": "^0.11.0",
2014-07-17 22:57:10 +02:00
"load-grunt-tasks": "^0.6.0",
2014-07-17 23:49:43 +02:00
"mocha": "^1.20.1",
2014-07-17 22:57:10 +02:00
"time-grunt": "^0.4.0"
}
2012-12-24 14:11:35 +01:00
}