Browse Source

Add component config

All using Sortable with component
pull/32/head
Ivan Voskoboynyk 11 years ago
parent
commit
0b96ed52cd
  1. 32
      component.json

32
component.json

@ -0,0 +1,32 @@
{
"name": "Sortable",
"main": "Sortable.js",
"version": "0.1.9",
"homepage": "http://rubaxa.github.io/Sortable/",
"repo": "RubaXa/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"
],
"scripts": [
"Sortable.js"
]
}
Loading…
Cancel
Save