bower.json 424 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{
  "name": "layui",
  "main": "src/layui.js",
  "version": "2.4.5",
  "homepage": "https://github.com/sentsin/layui",
  "authors": [
    "sentsin <xu@sentsin.com>"
  ],
  "description": "Classic modular front-end component library",
  "moduleType": [
    "amd",
    "globals"
  ],
  "keywords": [
    "layui",
    "ui",
    "JavaScript Framework",
    "toolkit",
    "front-end component library"
  ],
  "license": "MIT"
}