forked from artch/angular-route-segment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 684 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "angular-route-segment",
"title": "Angular Route Segment",
"version": "1.5.1",
"devDependencies": {
"dgeni-alive": "~0.0.5",
"grunt": "",
"grunt-contrib-concat": "",
"grunt-contrib-uglify": "",
"grunt-git-describe": "",
"grunt-karma": "",
"jasmine-core": "~2.4.1",
"jasmine-jquery-matchers": "~1.0.1",
"jquery": "~2.2.0",
"karma": "~0.13.19",
"karma-jasmine": "~0.3.6",
"karma-jasmine-jquery-matchers": "~1.0.0",
"karma-junit-reporter": "",
"karma-phantomjs-launcher": "~1.0.0",
"phantomjs-prebuilt": "~2.1.3"
},
"main": "build/angular-route-segment.js",
"scripts": {
"test": "grunt karma"
}
}