Skip to content

Commit 4bfbf57

Browse files
committed
support component
1 parent c931e54 commit 4bfbf57

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ doc/
44
node_modules/
55
spec/javascripts/*.js
66
_*
7-
bower_components/
7+
bower_components/
8+
components

component.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "At.js",
3+
"repo": "ichord/At.js",
4+
"description": "Add Github like mentions autocomplete to your application.",
5+
"version": "0.4.1",
6+
"demo": "http://ichord.github.com/At.js",
7+
"keywords": ["autocomplete", "mentions", "ui"],
8+
"dependencies": {
9+
"ichord/Caret.js": "*",
10+
"component/jquery": "*"
11+
},
12+
"main": ["dist/js/jquery.atwho.js"],
13+
"scripts": ["dist/js/jquery.atwho.js"],
14+
"styles": ["dist/css/jquery.atwho.css"],
15+
"license": "MIT"
16+
}

0 commit comments

Comments
 (0)