{
    "name": "lynx-light-bootstrap-admin-theme",
    "version": "1.0.0",
    "description": "Light Bootstrap administration theme, defined as module, for the Lynx framework",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "gulp build",
        "test": "echo \"Error: no test specified\" && exit 1",
        "prepublishOnly": "npm run build",
        "postinstall": "mv dist/* ."
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/jellyfishsolutions/lynx-light-bootstrap-admin-theme.git"
    },
    "keywords": [
        "lynx",
        "bootstrap",
        "module"
    ],
    "author": "Luca Roverelli <luca.roverelli@gmail.com>",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/jellyfishsolutions/lynx-light-bootstrap-admin-theme/issues"
    },
    "homepage": "https://github.com/jellyfishsolutions/lynx-light-bootstrap-admin-theme#readme",
    "dependencies": {
        "lynx-framework": "^1.0.1"
    },
    "devDependencies": {
        "del": "^5.1.0",
        "gulp": "^4.0.2",
        "gulp-typescript": "^5.0.1",
        "merge2": "^1.3.0",
        "typescript": "^3.7.5"
    }
}
