-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1007 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "angular-routing",
"title": "AngularJS Routing",
"description": "State-based routing and view management for AngularJS",
"version": "0.6.15",
"homepage": "",
"author": {
"name": "dotjem",
"url": "https://github.com/dotJEM"
},
"repository": {
"type": "git",
"url": "https://github.com/dotJEM/angular-routing.git"
},
"bugs": {
"url": "https://github.com/dotJEM/angular-routing/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dotJEM/angular-routing/blob/master/LICENSE"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-typescript": "~0.2.7",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-ngdocs": "~0.1.9",
"grunt-karma": "~0.6.2",
"grunt-tslint": "~0.4.0"
},
"keywords": []
}