{ "name": "choo", "version": "5.0.1", "description": "A 5kb framework for creating sturdy frontend applications", "main": "index.js", "scripts": { "deps": "dependency-check --entry ./html.js . && dependency-check . --extra --no-dev --entry ./html.js", "start": "bankai start example --open", "test": "standard && npm run deps && node test.js", "build:dev": "echo 'to be implemented'", "build:min": "echo 'to be implemented'", "prepublish": "npm run build:dev && npm run build:min" }, "repository": "yoshuawuyts/choo", "keywords": [ "client", "frontend", "framework", "minimal", "composable", "tiny" ], "license": "MIT", "dependencies": { "bel": "^4.5.1", "document-ready": "^1.0.3", "global": "^4.3.1", "nanobus": "^2.1.0", "nanomorph": "^4.0.0", "nanomount": "^1.0.0", "nanoraf": "^3.0.0", "nanorouter": "^2.0.0" }, "devDependencies": { "dependency-check": "^2.8.0", "spok": "^0.7.0", "standard": "^9.0.1", "tape": "^4.6.3" } }