-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "i18next-express-middleware",
"version": "2.0.0",
"description": "express middleware for i18next",
"main": "./lib/index.js",
"types": "./index.d.ts",
"keywords": [
"i18next",
"i18next-express",
"express",
"middleware"
],
"homepage": "https://github.com/i18next/i18next-express-middleware",
"bugs": "https://github.com/i18next/i18next-express-middleware/issues",
"repository": {
"type": "git",
"url": "git://github.com/i18next/i18next-express-middleware.git"
},
"dependencies": {
"cookies": "0.7.1"
},
"devDependencies": {
"@types/express": "4.16.0",
"babel-cli": "6.7.7",
"babel-core": "6.7.7",
"babel-eslint": "5.0.0",
"babel-preset-es2015": "6.3.13",
"babel-preset-stage-0": "6.5.0",
"chai": "2.3.0",
"eslint": "2.7.0",
"i18next": "13.0.1",
"mocha": "2.2.5",
"sinon": "1.17.1"
},
"scripts": {
"transpile": "babel src -d lib",
"build": "npm run transpile",
"version": "npm run build",
"postversion": "git push && git push --tags && rm -rf build/temp"
},
"author": "Jan Mühlemann <[email protected]> (https://github.com/jamuhl)",
"license": "MIT"
}