{
    "name": "f1ux",
    "version": "1.2.3",
    "description": "Minimal foundation of core functional concepts and utilities.",
    "scripts": {
        "clean": "shx rm -rf build distribution",
        "lint": "tslint -c tslint.json \"source/**/*.ts\"",
        "compile": "tsc",
        "test": "ava build/test",
        "distribute": "mkdir distribution && shx cp package.json distribution && shx cp readme.md distribution && shx cp -r build/main/* distribution",
        "build": "npm run clean && npm run lint && npm run compile && npm run test && npm run distribute"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/fr0stbite/f1ux.git"
    },
    "keywords": [
        "minimal",
        "foundation",
        "functional",
        "concepts",
        "utilities"
    ],
    "author": "Tomáš Rottenberg",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/fr0stbite/f1ux/issues"
    },
    "homepage": "https://github.com/fr0stbite/f1ux#readme",
    "devDependencies": {
        "@types/node": "^8.5.2",
        "@types/text-encoding": "0.0.32",
        "ava": "^0.23.0",
        "shx": "^0.2.2",
        "tslint": "^5.8.0",
        "typescript": "^2.5.3"
    }
}
