-
Notifications
You must be signed in to change notification settings - Fork 62
/
bower.json
39 lines (39 loc) · 838 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "lang.js",
"version": "1.1.12",
"description": "Laravel's Lang in JavaScript!",
"keywords": [
"laravel",
"lang",
"localization",
"l10n",
"internationalization",
"i18n"
],
"homepage": "https://github.com/rmariuzzo/Lang.js",
"authors": [{
"name": "Rubens Mariuzzo",
"email": "[email protected]",
"homepage": "https://github.com/rmariuzzo"
}],
"repository": {
"type": "git",
"url": "https://github.com/rmariuzzo/Lang.js.git"
},
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"main": [
"src/lang.js"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"package.json"
]
}