-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·39 lines (39 loc) · 936 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": "jquery.l10n",
"version": "1.0.2",
"description": "A simple localisation jQuery plugin, that can be used in static sites.",
"main": "jquery.l10n.js",
"scripts": {
"babel": "babel --presets es2015 jquery.l10n.js -o dist/jquery.l10n.js",
"start": "http-server",
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "http:github.com/karim88/jquery.l10n"
},
"dependencies": {
"jquery": "^3.3.1"
},
"keywords": [
"l10n",
"i18n",
"gettext",
"localisation",
"localization",
"translation",
"internationalization",
"internationalisation",
"translate"
],
"author": "Karim Oulad Chalha <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
}
}