Skip to content

Commit 67730fe

Browse files
committed
Configuring the bower package info
1 parent fea6b5f commit 67730fe

File tree

2 files changed

+32
-3530
lines changed

2 files changed

+32
-3530
lines changed

bower.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,38 @@
11
{
22
"name": "igniteui-angular",
3-
"description": "IgniteUI controls for AngularJS",
4-
"version": "1.0.0",
3+
"description": "Ignite UI controls for AngularJS",
54
"homepage": "http://igniteui.com",
5+
"main": "src/igniteui-angular.js",
6+
"keywords": [
7+
"ui",
8+
"controls",
9+
"components",
10+
"infragistics",
11+
"angular"
12+
],
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/IgniteUI/igniteui-angular.git"
16+
},
17+
"moduleType": [
18+
"amd",
19+
"globals"
20+
],
21+
"license": "MIT",
22+
"ignore": [
23+
"**/.*",
24+
"node_modules",
25+
"bower_components",
26+
"test",
27+
"samples",
28+
"src-samples",
29+
"images",
30+
"index.html",
31+
"indexController.js",
32+
"bower.json",
33+
"package.json",
34+
"Gruntfile.js"
35+
],
636
"dependencies": {
737
"angular": "",
838
"angular-route": "",

0 commit comments

Comments
 (0)