UNPKG

epidemiological-week

Version:

An npm package to calucate epi week and year

80 lines (79 loc) 2.15 kB
{ "name": "epidemiological-week", "version": "1.0.2", "description": "An npm package to calucate epi week and year", "main": "./index.js", "keywords": [ "epi", "epidemiological", "cdc" ], "author": "bfeng", "license": "ISC", "dependencies": { "moment": "^2.17.0" }, "repository": { "type": "git", "url": "https://github.com/fungbo/epidemiological-week.git" }, "devDependencies": { "autoprefixer": "^6.2.2", "babel-core": "^6.13.0", "babel-eslint": "^6.0.2", "babel-loader": "^6.2.0", "babel-plugin-istanbul": "^2.0.1", "babel-polyfill": "^6.7.4", "babel-preset-es2015": "^6.2.0", "babel-preset-react": "^6.1.18", "babel-preset-stage-0": "^6.16.0", "browser-sync": "^2.9.11", "browser-sync-spa": "^1.0.3", "del": "^2.0.2", "es6-shim": "^0.35.0", "eslint": "^3.2.2", "eslint-config-xo-react": "^0.7.0", "eslint-config-xo-space": "^0.12.0", "eslint-loader": "^1.3.0", "eslint-plugin-babel": "^3.1.0", "eslint-plugin-react": "^5.0.1", "extract-text-webpack-plugin": "^2.0.0-beta.3", "gulp": "gulpjs/gulp#4ed9a4a3275559c73a396eff7e1fde3824951ebb", "gulp-filter": "^4.0.0", "gulp-hub": "frankwallis/gulp-hub#d461b9c700df9010d0a8694e4af1fb96d9f38bf4", "gulp-sass": "^2.1.1", "gulp-util": "^3.0.7", "html-webpack-plugin": "^2.9.0", "jasmine": "^2.4.1", "json-loader": "^0.5.4", "karma": "^1.3.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.0.2", "karma-junit-reporter": "^1.1.0", "karma-phantomjs-launcher": "^1.0.0", "karma-phantomjs-shim": "^1.1.2", "karma-webpack": "^1.7.0", "node-sass": "^3.4.2", "phantomjs-prebuilt": "^2.1.6", "react-hot-loader": "^1.3.0", "sass-loader": "^3.1.2", "webpack": "2.1.0-beta.20", "webpack-dev-middleware": "^1.4.0", "webpack-hot-middleware": "^2.6.0" }, "scripts": { "build": "gulp", "test": "gulp test" }, "eslintConfig": { "root": true, "env": { "browser": true, "jasmine": true }, "extends": [ "xo-react/space", "xo-space/esnext" ] } }