From 40f75e58e0fdb1e33276748ddebb4f9e24e1d3a5 Mon Sep 17 00:00:00 2001 From: Siarhei Khilko Date: Sun, 19 Apr 2015 17:18:01 -0700 Subject: [PATCH] Configure Bower package --- bower.json | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 7151e16..56807f7 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,30 @@ { - "name": "stickies", - "private": true, + "name": "stickyheaders", "devDependencies": { "normalize.css": "~3.0.2" - } + }, + "version": "1.0.0", + "homepage": "http://skhilko.github.io/StickyHeaders/", + "description": "JavaScript library which enables sticky section headers in a scrollable list view", + "main": "dist/scripts/stickyheaders.js", + "moduleType": [ + "amd", + "globals", + "node" + ], + "authors": [ + { + "name": "Siarhei Khilko", + "email": "skhilko@gmail.com", + "homepage": "https://github.com/skhilko" + } + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] }