{
    "name": "absol",
    "version": "1.22.0",
    "description": "HTML5 Framework",
    "main": "src/index.js",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "dev": "webpack-dev-server --config webpack.config.js",
        "dist": "webpack --config webpack.config.js --progress --profile --colors --mode production",
        "dependents": "webpack --config webpack.config.js --progress --profile --colors --mode production"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/duthienkt/absol.git"
    },
    "keywords": [
        "html",
        "xml",
        "framework",
        "html5 components"
    ],
    "author": "Pham Quoc Du Thien",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/duthienkt/absol/issues"
    },
    "homepage": "https://github.com/duthienkt/absol",
    "dependencies": {
        "@babel/parser": "^7.12.7",
        "@babel/plugin-syntax-jsx": "^7.12.1",
        "atob": "^2.1.2",
        "babel-polyfill": "^6.26.0",
        "babylon": "^6.18.0",
        "btoa": "^1.2.1",
        "intl": "^1.2.5",
        "jszip": "^3.5.0"
    },
    "devDependencies": {
        "@babel/core": "^7.2.2",
        "@babel/preset-env": "7.3.1",
        "@babel/register": "7.0.0",
        "babel-loader": "^8.2.2",
        "babel-minify-webpack-plugin": "^0.3.1",
        "css-loader": "^2.1.1",
        "raw-loader": "^2.0.0",
        "style-loader": "^0.23.1",
        "webpack": "^4.44.2",
        "webpack-cli": "^3.3.12",
        "webpack-dev-server": "^3.11.0"
    }
}
