moment-revolution
Version:
moment-revolution is a moment plugin to display a date in the French Republican Calendar format.
33 lines (32 loc) • 788 B
JSON
{
"name": "moment-revolution",
"version": "0.0.2",
"description": "moment-revolution is a moment plugin to display a date in the French Republican Calendar format.",
"repository": "https://github.com/nicompte/moment-revolution",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"moment",
"revolution",
"calendar"
],
"author": {
"name": "Nicolas Barbotte",
"email": "nicolas@barbotte.net"
},
"license": "Public domain",
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglifyjs": "^0.4.2",
"jshint-stylish": "^0.4.0",
"moment": "^2.8.1"
},
"dependencies": {}
}