Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 2fac348

Browse files
Create bower.json
1 parent df95d47 commit 2fac348

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bower.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "angular-ui-router",
3+
"version": "1.0.0alpha0",
4+
"license" : "MIT",
5+
"main": "./release/angular-ui-router.js",
6+
"dependencies": {
7+
"angular": ">= 1.3.0"
8+
},
9+
"ignore": [
10+
"**/.*",
11+
"node_modules",
12+
"bower_components",
13+
"component.json",
14+
"package.json",
15+
"lib",
16+
"config",
17+
"sample",
18+
"test",
19+
"tests",
20+
"ngdoc_assets",
21+
"Gruntfile.js",
22+
"files.js"
23+
]
24+
}

0 commit comments

Comments
 (0)