UNPKG

1.27 kBJSONView Raw
1{
2 "name": "i18next-node-fs-backend",
3 "version": "2.1.3",
4 "description": "node.js backend layer for i18next using fs module to load resources from filesystem",
5 "main": "./index.js",
6 "keywords": [
7 "i18next",
8 "i18next-backend"
9 ],
10 "homepage": "https://github.com/i18next/i18next-node-fs-backend",
11 "bugs": "https://github.com/i18next/i18next-node-fs-backend/issues",
12 "dependencies": {
13 "js-yaml": "3.13.1",
14 "json5": "2.0.0"
15 },
16 "devDependencies": {
17 "babel-cli": "6.26.0",
18 "babel-core": "6.26.3",
19 "babel-eslint": "8.2.6",
20 "babel-preset-es2015": "6.24.1",
21 "babel-preset-stage-0": "6.24.1",
22 "chai": "^4.1.2",
23 "coveralls": "3.0.2",
24 "eslint": "5.3.0",
25 "i18next": "11.6.0",
26 "istanbul": "0.4.5",
27 "mocha": "5.2.0",
28 "mockery": "2.1.0",
29 "sinon": "6.1.5",
30 "watchify": "3.11.1",
31 "yargs": "12.0.1"
32 },
33 "scripts": {
34 "test": "mocha",
35 "transpile": "babel src -d lib",
36 "build": "npm run transpile",
37 "version": "npm run build",
38 "postversion": "git push && git push --tags && rm -rf build/temp"
39 },
40 "author": "Jan Mühlemann <jan.muehlemann@gmail.com> (https://github.com/jamuhl)",
41 "license": "MIT",
42 "repository": "https://github.com/i18next/i18next-node-fs-backend.git"
43}