{ "name": "choo", "version": "5.1.4", "description": "A 4kb framework for creating sturdy frontend applications", "main": "index.js", "scripts": { "build": "mkdir -p dist/ && browserify index -p bundle-collapser/plugin > dist/bundle.js && browserify index -g unassertify -g uglifyify -p bundle-collapser/plugin | uglifyjs > dist/bundle.min.js && zopfli -i 100 dist/bundle.min.js && wc -c < dist/bundle.min.js.gz | pretty-bytes", "deps": "dependency-check --entry ./html.js . && dependency-check . --extra --no-dev --entry ./html.js", "inspect": "browserify --full-paths index -g unassertify -g uglifyify | discify --open", "prepublish": "npm run build", "start": "bankai start example --optimize", "test": "standard && npm run deps && node test.js" }, "repository": "yoshuawuyts/choo", "keywords": [ "client", "frontend", "framework", "minimal", "composable", "tiny" ], "license": "MIT", "dependencies": { "bel": "^4.5.1", "document-ready": "^2.0.1", "nanobus": "^3.0.0", "nanomorph": "^4.0.0", "nanomount": "^1.0.0", "nanoraf": "^3.0.0", "nanorouter": "^2.0.0" }, "devDependencies": { "browserify": "^14.3.0", "bundle-collapser": "^1.2.1", "dependency-check": "^2.8.0", "discify": "^1.6.0", "node-zopfli": "^2.0.2", "pretty-bytes-cli": "^2.0.0", "spok": "^0.8.1", "standard": "^10.0.0", "tape": "^4.6.3", "uglifyify": "^3.0.4", "uglifyjs": "^2.4.10", "unassertify": "^2.0.4" } }