Skip to content

Commit dc75ea0

Browse files
committed
chore(package): fixing package.json structure
Per CommonJS Package specification (http://wiki.commonjs.org/wiki/Packages/1.0)
1 parent 54bb833 commit dc75ea0

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

package.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,25 @@
33
"description": "State-based routing for AngularJS",
44
"version": "0.2.0",
55
"homepage": "http://angular-ui.github.com/",
6-
"author": {
7-
"name": "Karsten Sperling",
8-
"url": "https://github.com/ksperling"
9-
},
106
"contributors": [
117
{
12-
"name": "AngularUI",
13-
"url": "https://github.com/angular-ui?tab=members"
8+
"name": "Nate Abele",
9+
"email": "[email protected]",
10+
"web": "https://github.com/nateabele"
11+
},
12+
{
13+
"name": "Tim Kindberg",
14+
"web": "https://github.com/timkindberg"
15+
},
16+
{
17+
"name": "Karsten Sperling",
18+
"web": "https://github.com/ksperling"
1419
}
1520
],
21+
"maintainers": [{
22+
"name": "AngularUI",
23+
"web": "https://github.com/angular-ui?tab=members"
24+
}],
1625
"repository": {
1726
"type": "git",
1827
"url": "https://github.com/angular-ui/ui-router.git"

0 commit comments

Comments
 (0)