{ "name": "choo", "version": "6.12.1", "description": "A 4kb framework for creating sturdy frontend applications", "main": "index.js", "files": [ "index.js", "index.d.ts", "html/index.js", "html/raw.js", "html/index.d.ts", "component/cache.js", "component/index.js", "dist", "example" ], "browser": { "assert": "nanoassert" }, "scripts": { "build": "mkdir -p dist/ && browserify index -s Choo -p bundle-collapser/plugin > dist/bundle.js && browserify index -s Choo -p tinyify > dist/bundle.min.js && cat dist/bundle.min.js | gzip --best --stdout | wc -c | pretty-bytes", "deps": "dependency-check --entry ./html/index.js . && dependency-check . --extra --no-dev --entry ./html/index.js --entry ./component/index.js -i nanoassert", "inspect": "browserify --full-paths index -g unassertify -g uglifyify | discify --open", "prepublishOnly": "npm run build", "start": "bankai start example", "test": "standard && npm run deps && node test.js" }, "repository": "choojs/choo", "keywords": [ "client", "frontend", "framework", "minimal", "composable", "tiny" ], "license": "MIT", "dependencies": { "document-ready": "^2.0.1", "nanoassert": "^1.1.0", "nanobus": "^4.2.0", "nanocomponent": "^6.5.0", "nanohref": "^3.0.0", "nanohtml": "^1.1.0", "nanolru": "^1.0.0", "nanomorph": "^5.1.2", "nanoquery": "^1.1.0", "nanoraf": "^3.0.0", "nanorouter": "^3.0.1", "nanotiming": "^7.0.0", "scroll-to-anchor": "^1.0.0", "xtend": "^4.0.1" }, "devDependencies": { "@types/node": "^10.3.1", "browserify": "^16.2.2", "bundle-collapser": "^1.2.1", "dependency-check": "^3.1.0", "discify": "^1.6.0", "hyperscript": "^2.0.2", "pretty-bytes-cli": "^2.0.0", "spok": "^0.9.1", "standard": "^11.0.1", "tape": "^4.6.3", "tinyify": "^2.2.0", "uglify-es": "^3.0.17", "uglifyify": "^5.0.0", "unassertify": "^2.0.4" } }