mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-10 05:24:24 +01:00
19 lines
246 B
JSON
19 lines
246 B
JSON
|
{
|
||
|
"name": "ng-table",
|
||
|
"version": "0.3.2",
|
||
|
"main": [
|
||
|
"ng-table.js",
|
||
|
"ng-table.css"
|
||
|
],
|
||
|
"ignore": [
|
||
|
"examples",
|
||
|
"src"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"angular": "~1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"angular-mocks": "~1"
|
||
|
}
|
||
|
}
|