mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-11 22:24:21 +01:00
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"name": "angular-translate",
|
|
"description": "A translation module for AngularJS",
|
|
"version": "2.8.1",
|
|
"main": "./angular-translate.js",
|
|
"ignore": [],
|
|
"author": "Pascal Precht",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"angular": ">=1.2.26 <=1.5"
|
|
}
|
|
}
|