UNPKG

@schero/bs-antd

Version:

BuckleScript bindings for Ant Design

36 lines (35 loc) 798 B
{ "name": "@schero/bs-antd", "version": "1.0.36", "description": "BuckleScript bindings for Ant Design", "main": "index.js", "private": false, "scripts": { "build": "bsb -make-world", "start": "bsb -make-world -w", "clean": "bsb -clean-world" }, "repository": { "type": "git", "url": "git+https://github.com/romanschejbal/bs-antd.git" }, "keywords": [ "ReasonML", "AntD", "BuckleScript" ], "author": "Roman Schejbal", "license": "MIT", "bugs": { "url": "https://github.com/romanschejbal/bs-antd/issues" }, "homepage": "https://github.com/romanschejbal/bs-antd#readme", "devDependencies": { "antd": "^3.22.2", "bs-platform": "^5.0.6", "reason-react": "^0.7.0" }, "peerDependencies": { "antd": "^3.22.2" } }