File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " angular-ui-states" ,
3
3
"description" : " State-based routing for AngularJS" ,
4
4
"version" : " 0.0.1" ,
5
+ "homepage" : " http://angular-ui.github.com/" ,
6
+ "author" : {
7
+ "name" : " Karsten Sperling" ,
8
+ "url" : " https://github.com/ksperling"
9
+ },
10
+ "contributors" : [{
11
+ "name" : " AngularUI" ,
12
+ "url" : " https://github.com/angular-ui?tab=members"
13
+ }],
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " https://github.com/angular-ui/ui-router.git"
17
+ },
18
+ "bugs" : {
19
+ "url" : " https://github.com/angular-ui/ui-router/issues"
20
+ },
21
+ "licenses" : [
22
+ {
23
+ "type" : " MIT" ,
24
+ "url" : " https://github.com/angular-ui/ui-router/blob/master/LICENSE"
25
+ }
26
+ ],
5
27
"dependencies" : {},
6
28
"devDependencies" : {
7
- "testacular " : " ~0.4.0 " ,
29
+ "karma " : " ~0.8.3 " ,
8
30
"jsdoc" : " git://github.com/jsdoc3/jsdoc.git#v3.1.0" ,
9
31
"grunt" : " ~0.4.1" ,
10
32
"grunt-contrib-concat" : " ~0.1.3" ,
You can’t perform that action at this time.
0 commit comments