-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "si18n.js",
"version": "1.4.4",
"description": "A simple and lightweight way to integrate internationalization on a small web site project.",
"main": "./si18n.js",
"directories": {
"src": "src",
"site": "website"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"watch": "gulp watch",
"netlifyServer": "netlify dev --framework=\"#static\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdbruxelles/si18n.git"
},
"keywords": [
"i18n",
"translation",
"localisation",
"internationalization",
"website"
],
"author": "José dBruxelles (https://github.com/jdbruxelles)",
"license": "MIT",
"funding": [
{
"type": "GitHub",
"url": "https://github.com/sponsors/jdbruxelles"
},
{
"type": "PayPal",
"url": "https://www.paypal.me/jdbruxelles"
},
{
"type": "individual",
"url": "https://jose.bruxelles.dev/soutien"
}
],
"bugs": {
"url": "https://github.com/jdbruxelles/si18n.js/issues"
},
"homepage": "https://github.com/jdbruxelles/si18n.js#readme",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"babel-preset-minify": "^0.5.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-watch": "^5.0.1"
}
}