-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 893 Bytes
/
package.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": "jlg-i18n",
"version": "0.0.5",
"description": "Angular module for i18n, with pluralization and interpolation.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jlguenego/jlg-i18n.git"
},
"author": {
"name": "Yannis THOMIAS",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jean-Louis GUENEGO",
"email": "[email protected]"
},
{
"name": "Juan TROCHEZ",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jlguenego/jlg-i18n/issues"
},
"homepage": "https://github.com/jlguenego/jlg-i18n",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.6.0"
},
"scripts": {
"locale": "node scripts/create_locale_files.js"
},
"dependencies": {
"angular": ">=1.2.1"
}
}