bower.json 521 字节
Newer Older
R
RubaXa 已提交
1 2 3
{
  "name": "Sortable",
  "main": "Sortable.js",
4
  "version": "0.5.0",
R
RubaXa 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
  "homepage": "http://rubaxa.github.io/Sortable/",
  "authors": [
    "RubaXa <ibnRubaXa@gmail.com>"
  ],
  "description": "Sortable is a minimalist JavaScript library for modern browsers and touch devices. No jQuery.",
  "keywords": [
    "sortable",
    "reorder",
    "list",
    "html5",
    "drag",
    "and",
    "drop",
    "dnd"
  ],
  "license": "MIT",
  "ignore": [
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}