Browse Source

Merge pull request #32 from e1himself/master

Add component config
pull/37/head
Lebedev Konstantin 11 years ago
parent
commit
254ef956dd
  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