mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-09 05:24:12 +01:00
16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"name": "angular-loading-bar",
|
|
"version": "0.5.0",
|
|
"main": ["build/loading-bar.js", "build/loading-bar.css"],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"components",
|
|
"test",
|
|
"example"
|
|
],
|
|
"devDependencies": {
|
|
"angular-mocks": "~1.2.9",
|
|
"angular-animate": "~1.2.9"
|
|
}
|
|
}
|