-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbower.json
40 lines (40 loc) · 773 Bytes
/
bower.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
{
"name": "angular-tag",
"description": "Angular Tagging, to tag inputs",
"main": [
"dist/angular-tag.js",
"dist/angular-tag.css"
],
"authors": [
"Theophilus Omoregbee <[email protected]>"
],
"license": "ISC",
"keywords": [
"tag",
"tagging",
"angular",
"material"
],
"homepage": "https://github.com/theo4u/angular-tag",
"ignore": [
"node_modules",
"bower_components",
"test",
"tests",
"templates",
"templates.js",
"gulpfile.js",
"example.html",
".travis.yml",
"npm-debug.log",
"angular-tag.js",
"angular-tag.css",
".gitignore"
],
"dependencies": {
"angular": "^1.5.7",
"angular-animate": "^1.5.7",
"angular-dragdrop": "^1.0.13"
},
"version": "3.0.0"
}