Skip to content

Commit 4c49413

Browse files
committed
Updated Package JSON.
1 parent 4a41191 commit 4c49413

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

package.json

+23-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,31 @@
22
"name": "angular-ui-states",
33
"description": "State-based routing for AngularJS",
44
"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+
],
527
"dependencies": {},
628
"devDependencies": {
7-
"testacular": "~0.4.0",
29+
"karma": "~0.8.3",
830
"jsdoc": "git://github.com/jsdoc3/jsdoc.git#v3.1.0",
931
"grunt": "~0.4.1",
1032
"grunt-contrib-concat": "~0.1.3",

0 commit comments

Comments
 (0)