UNPKG

1.52 kBJSONView Raw
1{
2 "name": "bablic",
3 "version": "1.0.29",
4 "main": "index.js",
5 "repository": {
6 "type": "git",
7 "url": "git://github.com/Bablic/bablic-node.git"
8 },
9 "license": "GPL v2",
10 "keywords": [
11 "bablic",
12 "seo",
13 "localization",
14 "translation",
15 "i18n"
16 ],
17 "author": {
18 "name": "Bablic LTD"
19 },
20 "bugs": {
21 "url": "https://github.com/Bablic/bablic-node/issues"
22 },
23 "dependencies": {
24 "async": "^1.5.0",
25 "cookie": "^0.2.4",
26 "debug": "^2.2.0",
27 "fs-extra": "^7.0.0",
28 "lodash": "^3.10.0",
29 "moment": "^2.18.1",
30 "request": "^2.71.0"
31 },
32 "devDependencies": {
33 "@types/async": "^2.0.40",
34 "@types/cookie": "^0.3.1",
35 "@types/debug": "0.0.29",
36 "@types/fs-extra": "^5.0.4",
37 "@types/lodash": "^4.14.71",
38 "@types/node": "^8.0.17",
39 "@types/request": "^2.0.0",
40 "@types/chai": "^4.0.1",
41 "@types/mocha": "^2.2.41",
42 "chai": "^4.1.0",
43 "coffee-script": "~1.0.0",
44 "debug": "^2.2.0",
45 "mocha": "^3.5.0",
46 "ts-node": "^3.3.0",
47 "typescript": "^2.4.2"
48 },
49 "scripts": {
50 "tsc": "tsc",
51 "prepublish": "tsc",
52 "dev": "nodemon --watch *.ts --ignore *.spec.ts --exec ts-node tests/hello.ts",
53 "test": "tsc && mocha tests/hello.js"
54 },
55 "engines": {
56 "node": ">=8.0.0",
57 "npm": ">3.10.10"
58 },
59 "readme": "# Bablic-Seo",
60 "readmeFilename": "README.md",
61 "description": "SDK for website localization using Bablic (https://www.bablic.com/)"
62}