24 строки
575 B
JSON
24 строки
575 B
JSON
{
|
|
"name": "fxa-content-server-l10n",
|
|
"version": "0.0.0",
|
|
"description": "l10n assets for Firefox Accounts",
|
|
"scripts": {
|
|
"test": "grunt l10n-lint"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mozilla/fxa-content-server-l10n.git"
|
|
},
|
|
"author": "Mozilla (https://mozilla.org/)",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/mozilla/fxa-content-server-l10n/issues"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.5.3",
|
|
"grunt-l10n-lint": "0.0.3",
|
|
"load-grunt-tasks": "^5.1.0",
|
|
"time-grunt": "^2.0.0"
|
|
}
|
|
}
|