UNPKG

facebook-opening-hours-to-table

Version:

Generates an html table from Facebook page opening hours data, such that days with equal opening hours are on one table row.

70 lines (69 loc) 2.45 kB
{ "name": "facebook-opening-hours-to-table", "description": "Generates an html table from Facebook page opening hours data, such that days with equal opening hours are on one table row. ", "main": "build/entry.js", "version": "2.4.10", "scripts": { "test": "mocha './src/**/*.test.js' --watch --compilers js:babel-core/register", "test:single": "istanbul cover -x *.test.js _mocha -- --compilers js:babel-core/register -R spec './src/tests/**/*.test.js'", "test:single:o": "npm run test:single && open coverage/lcov-report/index.html", "check-coverage": "npm run test:single && npm run check-coverage-uptodate-reports", "check-coverage-uptodate-reports": "istanbul check-coverage --lines 100", "report-coverage": "cat ./coverage/lcov.info | codecov", "prebuild": "rimraf build", "build": "npm-run-all --parallel build:*", "build:main": "webpack", "build:umd": "webpack --output-filename entry.umd.js", "build:umd.min": "webpack --output-filename entry.umd.min.js -p", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "commit": "git-cz" }, "repository": { "type": "git", "url": "https://github.com/calvinclaus/faceboook-opening-hours-to-table.git" }, "keywords": [ "facebook", "opening", "hours", "html", "table" ], "author": "Calvin <calvinclaus@me.com>", "license": "MIT", "bugs": { "url": "https://github.com/calvinclaus/faceboook-opening-hours-to-table/issues" }, "homepage": "https://github.com/calvinclaus/faceboook-opening-hours-to-table#readme", "devDependencies": { "babel-cli": "^6.9.0", "babel-core": "^6.8.0", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "codecov.io": "^0.1.6", "commitizen": "^2.8.2", "cz-conventional-changelog": "^1.1.6", "expect": "^1.20.1", "expect-element": "^1.1.1", "ghooks": "^1.2.1", "istanbul": "1.0.0-alpha.2", "jsdom": "^9.2.0", "mocha": "^2.4.5", "mocha-jsdom": "^1.1.0", "npm-run-all": "^2.1.1", "rimraf": "^2.5.2", "semantic-release": "^6.3.0", "webpack": "^1.13.1" }, "dependencies": {}, "czConfig": { "path": "node_modules/cz-conventional-changelog" }, "config": { "ghooks": { "pre-commit": "npm run test:single && npm run check-coverage-uptodate-reports" } } }