Skip to content

Commit 59df66a

Browse files
committed
Added docs and docgen
1 parent e1aed89 commit 59df66a

File tree

3 files changed

+416
-111
lines changed

3 files changed

+416
-111
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
"name": "angular-route-segment",
33
"version": "1.5.0",
44
"devDependencies": {
5+
"dgeni-alive": "~0.0.5",
56
"grunt": "",
6-
"grunt-contrib-uglify": "",
77
"grunt-contrib-concat": "",
8+
"grunt-contrib-uglify": "",
9+
"grunt-git-describe": "",
810
"grunt-karma": "",
911
"karma": "",
1012
"karma-jasmine": "0.1.5",
11-
"karma-phantomjs-launcher": "",
1213
"karma-junit-reporter": "",
13-
"grunt-git-describe": ""
14+
"karma-phantomjs-launcher": "",
15+
"phantomjs": "^1.9.19"
1416
},
1517
"main": "build/angular-route-segment.js",
1618
"scripts": {

0 commit comments

Comments
 (0)