UNPKG

@j3a/bs-snabbdom-bindings

Version:

Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).

31 lines (30 loc) 539 B
{ "name": "@j3a/bs-snabbdom-bindings", "version": "0.3.2", "author": "J3A Solutions Ltd.", "license": "MIT", "scripts": { "build": "bsb -make-world", "start": "bsb -make-world -w", "clean": "bsb -clean-world" }, "keywords": [ "BuckleScript", "Snabbdom", "Dom" ], "files": [ "src", "bsconfig.json" ], "peerDependencies": { "snabbdom": "^0.7.3" }, "devDependencies": { "bs-platform": "^4.0.14", "snabbdom": "^0.7.3" }, "publishConfig": { "access": "public" } }