mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-04 15:24:23 +01:00
14 lines
354 B
JSON
14 lines
354 B
JSON
|
{
|
||
|
"name": "angular-translate-interpolation-messageformat",
|
||
|
"description": "A plugin for Angular Translate",
|
||
|
"version": "2.8.1",
|
||
|
"main": "./angular-translate-interpolation-messageformat.js",
|
||
|
"ignore": [],
|
||
|
"author": "Pascal Precht",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"angular-translate": "~2.8.1",
|
||
|
"messageformat": "~0.1.6"
|
||
|
}
|
||
|
}
|