UNPKG

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