From d0fb8e176429673d9c7b04bdb0c18304daa90f1a Mon Sep 17 00:00:00 2001 From: RubaXa Date: Fri, 3 Jan 2014 00:29:31 +0400 Subject: [PATCH] #7: + bower.json --- Gruntfile.js | 2 +- bower.json | 27 +++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 bower.json diff --git a/Gruntfile.js b/Gruntfile.js index 16d24b0..a6201f6 100644 --- a/Gruntfile.js +++ b/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: { diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..a725b61 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "Sortable", + "main": "Sortable.js", + "version": "0.1.5", + "homepage": "http://rubaxa.github.io/Sortable/", + "authors": [ + "RubaXa " + ], + "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" + ] +} diff --git a/package.json b/package.json index 767c409..862e9d3 100644 --- a/package.json +++ b/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"