{ "name": "moment-duration-format-commonjs", "version": "1.0.1", "description": "A moment.js plugin for formatting durations.", "main": "lib/moment-duration-format.js", "files": [ "lib" ], "repository": { "type": "git", "url": "git://github.com/DevExpress/moment-duration-format-commonjs.git" }, "contributors": [ "Andrey Belym " ], "author": "John Madhavan-Reese ", "keywords": [ "moment", "duration", "format" ], "license": "MIT", "bugs": { "url": "https://github.com/DevExpress/moment-duration-format-commonjs/issues" }, "homepage": "github.com/DevExpress/moment-duration-format-commonjs", "devDependencies": { "mocha": "^9.0.1", "moment": "^2.29.1" }, "scripts": { "test": "mocha test" } }