UNPKG

datetime-object

Version:
61 lines (60 loc) 1.28 kB
{ "name": "datetime-object", "version": "0.9.5", "description": "work easily with dates & times", "main": "distrib/datetime-object.min.js", "directories": { "doc": "docs" }, "scripts": { "test": "ava ./tests/*.ava.spec.js --verbose || exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/Sylvain59650/datetime-object.git" }, "keywords": [ "javascript", "DateTime", "moment", "object", "duration", "TimeSpan", "Locale" ], "author": "sylvain59", "maintainers": [ { "name": "sylvain59", "email": "slongepee@laposte.net" } ], "license": "MIT", "bugs": { "url": "https://github.com/Sylvain59650/datetime-object/issues" }, "homepage": "https://sylvain59650.github.io/datetime-object/", "dependencies": { "moment": "^2.23.0" }, "devDependencies": { "ava": "^0.25.0", "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "gulp": "^4.0.0", "gulp-babel": "^7.0.1", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", "gulp-watch": "^5.0.1" }, "ava": { "files": [ "./tests/*.ava.spec.js" ], "sources": [ "./sources/*.{js,jsx}", "!dist/**/*" ] } }