-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
43 lines (43 loc) · 1.25 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-node-fs-backend",
"version": "2.1.3",
"description": "node.js backend layer for i18next using fs module to load resources from filesystem",
"main": "./index.js",
"keywords": [
"i18next",
"i18next-backend"
],
"homepage": "https://github.com/i18next/i18next-node-fs-backend",
"bugs": "https://github.com/i18next/i18next-node-fs-backend/issues",
"dependencies": {
"js-yaml": "3.13.1",
"json5": "2.0.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"chai": "^4.1.2",
"coveralls": "3.0.2",
"eslint": "5.3.0",
"i18next": "11.6.0",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"mockery": "2.1.0",
"sinon": "6.1.5",
"watchify": "3.11.1",
"yargs": "12.0.1"
},
"scripts": {
"test": "mocha",
"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",
"repository": "https://github.com/i18next/i18next-node-fs-backend.git"
}