UNPKG

962 BJSONView Raw
1{
2 "name": "yadate-converter",
3 "version": "1.0.3",
4 "description": "Yet another date to string and string to date converter",
5 "keywords": [
6 "date",
7 "parse",
8 "format"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/rdeak/yadate-converter.git"
13 },
14 "bugs": {
15 "url": "https://github.com/rdeak/yadate-converter"
16 },
17 "main": "dist/yadate-converter.js",
18 "scripts": {
19 "build": "webpack --mode production",
20 "lint": "eslint --fix ./src/**",
21 "test": "jest",
22 "coverage": "jest --coverage --u --no-cache"
23 },
24 "author": "Robert Deak",
25 "license": "MIT",
26 "devDependencies": {
27 "@babel/core": "^7.1.0",
28 "@babel/preset-env": "^7.1.0",
29 "babel-core": "^7.0.0-bridge.0",
30 "babel-loader": "^8.0.2",
31 "coveralls": "^3.0.2",
32 "eslint": "^5.6.0",
33 "eslint-loader": "^2.1.1",
34 "jest": "^23.6.0",
35 "jest-babel": "^1.0.1",
36 "webpack": "^4.20.2",
37 "webpack-cli": "^3.1.1"
38 }
39}