-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 886 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
{
"name": "node-intl-polyfill-example",
"version": "0.0.1",
"private": false,
"description": "An Intl polyfill example and boilerplate for Node.js",
"main": "app.js",
"keywords": [
"i18n",
"i18n boilerplate",
"intl",
"intl boilerplate",
"internationalization",
"messageFormat",
"relativeFormat",
"i18n polyfill",
"intl polyfill",
"node-intl"
],
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-ejs-layouts": "^2.2.0",
"express-session": "^1.14.2",
"intl": "^1.2.5",
"intl-locales-supported": "^1.0.0",
"intl-messageformat": "^1.3.0",
"intl-relativeformat": "^1.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Efkan Türen",
"license": ""
}