ms-to-timecode
Version:
Convert milliseconds to timecode unit
33 lines (32 loc) • 843 B
JSON
{
"name": "ms-to-timecode",
"version": "0.1.2",
"description": "Convert milliseconds to timecode unit",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jenglamlow/ms-to-timecode.git"
},
"keywords": [
"timecode"
],
"author": "Low Jeng Lam <jenglamlow@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jenglamlow/ms-to-timecode/issues"
},
"homepage": "https://github.com/jenglamlow/ms-to-timecode#readme",
"engines": {
"node": ">=4.2.4"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.5"
}
}