From a1ba7732d6fe255d8190cadfa11517da266f573c Mon Sep 17 00:00:00 2001 From: Mohammed Basheer Date: Fri, 13 Jan 2017 22:56:26 +0800 Subject: [PATCH] registered with npm --- bower.json | 2 +- package.json | 36 +++++++++++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index dd01183..2bb893f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-chips", - "version": "1.0.8", + "version": "1.0.9", "homepage": "https://github.com/mohbasheer/angular-chips", "authors": [ "Mohammed Basheer" diff --git a/package.json b/package.json index ca76aee..5198d6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "angular-chips", - "version": "1.0.8", - "description": "", + "version": "1.0.9", + "description": "Angular-Chips is the angular based component. You can use it to add dynamic chips or free form tags. check samples directory for more information.", "author": "Mohammed Basheer", "license": "MIT", "devDependencies": { @@ -23,5 +23,35 @@ "karma-phantomjs-launcher": "^1.0.0", "run-sequence": "^1.1.5", "st": "^1.1.0" - } + }, + "main": "gulpfile.js", + "directories": { + "test": "test" + }, + "keywords": [ + "angular", + "chips", + "multiselect", + "single select", + "chip with promise", + "chips with promise", + "tags", + "inline tagging", + "inline tag", + "free form tags", + "promise based tags", + "promise based chip" + ], + "dependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/mohbasheer/angular-chips.git" + }, + "bugs": { + "url": "https://github.com/mohbasheer/angular-chips/issues" + }, + "homepage": "https://github.com/mohbasheer/angular-chips#readme" }