UNPKG

fractal-core

Version:

A minimalist and well crafted app, content or component is our conviction

62 lines (61 loc) 1.42 kB
{ "name": "fractal-core", "version": "6.0.6", "description": "A minimalist and well crafted app, content or component is our conviction", "main": "core/index.js", "typings": "core/index.d.ts", "keywords": [ "frontend", "architecture", "fractal", "functional-programming", "typescript", "craft" ], "files": [ "core/", "groups/", "interfaces/", "tasks/", "toHTML/", "typings/", "utils/", "AppViewer/", "LICENSE" ], "scripts": { "compile": "tsc", "test": "tsc && ava **/*.spec.js", "benchmarks": "ts-node benchmarks" }, "author": "Carlos Galarza <carloslfu@gmail.com>", "repository": { "type": "git", "url": "https://github.com/FractalBlocks/Fractal.git" }, "license": "MIT", "dependencies": { "@types/core-js": "^0.9.43", "@types/node": "^8.0.26", "deep-equal": "^1.0.1", "deepmerge": "^2.1.0", "fs-jetpack": "^1.2.0", "fuse-box": "^3.2.2", "lodash.escape": "^4.0.1", "lodash.forown": "^4.4.0", "lodash.kebabcase": "^4.1.1", "lodash.remove": "^4.7.0", "lodash.uniq": "^4.5.0", "object-assign": "^4.1.1", "parse-sel": "^1.0.0", "pullable-event-bus": "^0.0.3", "setimmediate": "^1.0.5", "snabbdom": "^0.7.0", "typestyle": "^1.5.1" }, "devDependencies": { "ava": "^0.25.0", "typescript": "^2.7.2", "uglify-es": "^3.3.9" } }