Browse Source

#7: + bower.json

pull/10/head 0.1.5
RubaXa 11 years ago
parent
commit
d0fb8e1764
  1. 2
      Gruntfile.js
  2. 27
      bower.json
  3. 2
      package.json

2
Gruntfile.js

@ -5,7 +5,7 @@ module.exports = function (grunt){
pkg: grunt.file.readJSON('package.json'),
version: {
src: '<%= pkg.exportName %>.js'
src: ['<%= pkg.exportName %>.js', 'bower.json']
},
uglify: {

27
bower.json

@ -0,0 +1,27 @@
{
"name": "Sortable",
"main": "Sortable.js",
"version": "0.1.5",
"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"
]
}

2
package.json

@ -7,7 +7,7 @@
"grunt-version": "*",
"grunt-contrib-uglify": "*"
},
"description": "Sortable - is a minimalist JavaScript library for modern browsers and touch devices (No jQuery).",
"description": "Sortable is a minimalist JavaScript library for modern browsers and touch devices. No jQuery.",
"main": "Sortable.js",
"scripts": {
"test": "grunt"

Loading…
Cancel
Save