-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 889 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 889 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
27
28
29
30
31
32
{
"name": "angular-detour",
"description": "Lazy-loaded/runtime-configurable/server-defined routing for AngularJS applications",
"version": "0.6.0",
"homepage": "https://github.com/afterglowtech/angular-detour",
"author": {
"name": "Stu Salsbury",
"url": "https://github.com/stu-salsbury"
},
"repository": {
"type": "git",
"url": "https://github.com/afterglowtech/angular-detour.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/afterglowtech/angular-detour/blob/master/LICENSE"
}
],
"dependencies": {},
"devDependencies": {
"express": "~3.3.4",
"grunt": "~0.4.1",
"grunt-bower": "~0.7.0",
"grunt-bower-task": "~0.3.2",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-requirejs": "~0.4.0",
"requirejs": "~2.1.6"
}
}