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
40
41
42
|
{
"name": "angular-busy",
"version": "4.1.3",
"main": [
"dist/angular-busy.js",
"dist/angular-busy.css"
],
"dependencies": {
"angular": "~1.3",
"angular-animate": "~1.3"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components",
"test",
"temp",
"demo",
"lib",
"./angular-busy.css",
"./angular-busy.html",
"./angular-busy.js",
"Gruntfile.js",
"package.json",
"README.md"
],
"devDependencies": {
"angular-mocks": "~1.3",
"jquery": "~2.1.0"
},
"homepage": "https://github.com/cgross/angular-busy",
"_release": "4.1.3",
"_resolution": {
"type": "version",
"tag": "v4.1.3",
"commit": "f2e3261a0982da1f023881a6e7e3239cb626c9a4"
},
"_source": "https://github.com/cgross/angular-busy.git",
"_target": "4.1.3",
"_originalSource": "angular-busy"
}
|