calendar-js
Version:
Pure JS calendar generator
35 lines (34 loc) • 819 B
JSON
{
"name": "calendar-js",
"version": "1.4.4",
"description": "Pure JS calendar generator",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"test:watch": "mocha -w --reporter min",
"npm:publish": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/igor-ribeiro/calendar-js.git"
},
"keywords": [
"calendar",
"js",
"javascript"
],
"author": "Igor Ribeiro <igor.ribeiro.plus@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/igor-ribeiro/calendar-js/issues"
},
"homepage": "https://github.com/igor-ribeiro/calendar-js#readme",
"engines": {
"node": ">=4.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.0"
},
"dependencies": {}
}