UNPKG

react-monthrange-picker

Version:
117 lines (116 loc) 4.12 kB
{ "name": "react-monthrange-picker", "version": "1.9.0", "description": "ReactJS Month range picker", "main": "index.js", "scripts": { "build:css": "node_modules/gulp/bin/gulp.js dist:css", "build:js": "node_modules/babel-cli/bin/babel.js src -d lib", "clean": "node_modules/gulp/bin/gulp.js clean", "build": "npm run clean && npm run build:css && npm run build:js", "example": "npm run build && node_modules/gulp/bin/gulp.js dev", "cover:clean": "node_modules/rimraf/bin.js coverage", "lint": "node_modules/eslint/bin/eslint.js --ext .js,.jsx src test", "test": "node_modules/karma/bin/karma start", "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish", "dev": "node_modules/gulp/bin/gulp.js dev", "tag": "git tag v$npm_package_version", "version:patch": "npm --no-git-tag-version version patch", "version:minor": "npm --no-git-tag-version version minor", "version:major": "npm --no-git-tag-version version major", "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)", "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0", "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed", "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish --registry=https://registry.npmjs.org/" }, "style": "./lib/css/monthly_picker.css", "files": [ "examaples", "src", "test", "dist", "lib" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/munichlinux/react-monthrange-picker.git" }, "keywords": [ "reactjs", "month", "range", "picker", "calendar", "react-component", "month picker" ], "author": "Prashanth Iyer <munichlinux@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/munichlinux/react-monthrange-picker/issues" }, "homepage": "https://github.com/munichlinux/react-monthrange-picker#readme", "dependencies": { "jquery": "^3.1.1", "lodash": "^4.16.2", "moment": "^2.15.0", "moment-range": "^2.2.0", "react": "^15.3.2", "react-dom": "^15.3.2" }, "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.16.0", "babel-core": "^6.14.0", "babel-preset-es2015": "^6.16.0", "babel-preset-react": "^6.16.0", "babelify": "^7.3.0", "browserify": "^13.1.0", "browserify-istanbul": "^2.0.0", "chai": "^3.5.0", "coveralls": "^2.11.14", "del": "^2.2.2", "enzyme": "^2.4.1", "eslint": "^3.7.1", "eslint-config-airbnb": "^12.0.0", "eslint-plugin-import": "^1.16.0", "eslint-plugin-jsx-a11y": "^2.2.2", "eslint-plugin-react": "^6.3.0", "glob": "^7.1.0", "gulp": "^3.9.1", "gulp-compass": "^2.1.0", "gulp-connect": "^5.0.0", "gulp-livereload": "^3.8.1", "gulp-load-plugins": "^1.3.0", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.6.0", "gulp-util": "^3.0.7", "in-publish": "^2.0.0", "isparta": "^4.0.0", "istanbul": "^0.4.5", "karma": "^1.3.0", "karma-browserify": "^5.1.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-mocha": "^1.2.0", "karma-mocha-reporter": "^2.2.0", "karma-phantomjs-launcher": "^1.0.2", "karma-sinon": "^1.0.5", "karma-threshold-reporter": "^0.1.15", "loadash": "0.0.1", "lodash.assign": "^4.2.0", "mocha": "^3.1.0", "phantomjs": "^2.1.7", "react-addons-test-utils": "^15.3.2", "react-dom": "^15.3.2", "reactify": "^1.1.1", "rimraf": "^2.5.4", "run-sequence": "^1.2.2", "safe-publish-latest": "^1.1.1", "sinon": "^1.17.6", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0" } }