{
    "name": "pracjs",
    "version": "1.16.2",
    "description": "A Simple but Powerful Web UI Framework & Toolkit",
    "main": "prac.js",
    "scripts": {},
    "bin": {
        "prac": "bin/prac"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cnuggets/prac.git"
    },
    "keywords": [
        "ui",
        "framework",
        "component",
        "jquery",
        "bootstrap",
        "requirejs"
    ],
    "author": "cnuggets",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/cnuggets/prac/issues"
    },
    "homepage": "https://github.com/cnuggets/prac#readme",
    "devDependencies": {
        "grunt": "^1.4.1",
        "grunt-contrib-clean": "^2.0.0",
        "grunt-contrib-copy": "^1.0.0",
        "grunt-contrib-cssmin": "^4.0.0",
        "grunt-contrib-rename": "^0.2.0",
        "grunt-contrib-uglify": "^5.0.1"
    },
    "dependencies": {
        "async": "^3.2.2",
        "express": "^4.17.1",
        "fs-extra": "^10.0.0",
        "multer": "^1.4.4",
        "http-proxy": "^1.18.1"
    }
}
