forked from BioPhoton/angular1-star-rating
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
51 lines (51 loc) · 978 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "angular1-star-rating",
"version": "1.2.11",
"description": "Angular Star Rating is a Angular1.5 component written in typescript.",
"main": "dist/index.js",
"authors": [
"Michael Hladky"
],
"license": "MIT",
"keywords": [
"Rating",
"Stars",
"Star Rating",
"Star-Rating",
"Starrating",
"Icon",
"SVG",
"CSS",
"Pure CSS",
"CSS only",
"JavaScript",
"Angular",
"Angular Component",
"Angular1",
"Angular1 Component",
"Angular1.5",
"Angular1.5 Component",
"Typescript"
],
"homepage": "https://github.com/BioPhoton/angular1-star-rating",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"chore",
"examples",
"coverage",
"sc5-styleguide",
"typings",
".gitignore",
".idea",
"gulpfile.js",
"karma.conf.js",
"typings.json",
"tsconfig.json",
"webpack.config.js"
],
"dependencies": {}
}