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{
"name": "angular-git-navigation",
"version": "0.0.1",
"homepage": "https://github.com/leog/angular-git-navigation",
"authors": [
{
"name": "Leo Giovanetti",
"email": "hello@leog.me",
"homepage": "http://leog.me"
}
],
"description": "Show files from a Github repository and navigate through folder",
"keywords": [
"github",
"file",
"navigation",
"angular"
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.21",
"requirejs": "2.1.14",
"angular-animate": "1.2.21",
"almond": "0.2.9",
"ui-router": "~0.2.10",
"requirejs-plugins": "~1.0.2",
"require-css": "~0.1.5"
}
}