bobflux
Version:
Bobflux is pure functional implementation of FLUX architecture.
58 lines (57 loc) • 1.52 kB
JSON
{
"name": "bobflux",
"version": "11.1.0",
"description": "Bobflux is pure functional implementation of FLUX architecture.",
"main": "./index.js",
"types": "index.d.ts",
"typescript": {
"definition": "./index.d.ts",
"main": "./index.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/karelsteinmetz/bobflux.git"
},
"keywords": [
"bobril",
"es6",
"flux"
],
"author": {
"email": "karel.steinmetz@gmail.com",
"name": "Karel Steinmetz"
},
"bobril": {
"additionalResourcesDirectory": "translations",
"example": "examples/app.ts",
"title": "Bobflux Examples",
"interactiveToDisk": true,
"compilerOptions": {
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"strictNullChecks": true,
"declaration": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true
}
},
"dependencies": {
"bobril": "*",
"fun-model": "7.*"
},
"devDependencies": {
"bobril-flexbox-grid": "*",
"bobril-g11n": "*",
"bobril-m": "*"
},
"prettier": {
"printWidth": 140,
"tabWidth": 4,
"parser": "typescript"
},
"license": "MIT"
}