-
Notifications
You must be signed in to change notification settings - Fork 236
/
package.json
41 lines (41 loc) · 866 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "TagManager",
"version": "3.0.1",
"title": "Tag Manager",
"author": {
"name": "Max Favilli",
"url": "http://maxfavilli.com"
},
"licenses": [
{
"type": "MPL",
"url": "http://www.mozilla.org/MPL/2.0/index.txt"
}
],
"dependencies": {
"jquery": "1"
},
"description": "A jQuery plugin to create tag input fields, which works nicely with Twitter Typeahead.js and Twitter Bootstrap",
"keywords": [
"tags",
"manager",
"input",
"form"
],
"homepage": "https://github.com/max-favilli/tagmanager",
"maintainers": [
{
"name": "Max Favilli",
"url": "https://github.com/max-favilli"
},{
"name": "Johnny Shields",
"url": "https://github.com/johnnyshields"
}
],
"files": [
"README.md",
"tagmanager.css",
"tagmanager.js",
"license.txt"
]
}