Files
buuh/package.json
T
2017-03-30 11:48:46 +02:00

39 lines
1008 B
JSON

{
"name": "choo",
"version": "5.1.2",
"description": "A 4kb 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 --optimize",
"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",
"nanobus": "^3.0.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"
}
}