UNPKG

915 BJSONView Raw
1{
2 "name": "kii-gateway-agent",
3 "version": "0.0.11",
4 "private": false,
5 "description": "a nodejs kii gateway agent module",
6 "main": "lib/index.js",
7 "dependencies": {
8 "expect.js": "0.3.1",
9 "lowdb": "0.14.0",
10 "mqtt": "2.2.1",
11 "q": "1.4.1",
12 "request": "2.79.0"
13 },
14 "scripts": {
15 "pretest": "tsc && tsc test/*test.ts --module commonjs",
16 "test": "mocha"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/leonardean/kii-gateway-agent.git"
21 },
22 "keywords": [
23 "kii"
24 ],
25 "author": "leon",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/leonardean/kii-gateway-agent/issues"
29 },
30 "homepage": "https://github.com/leonardean/kii-gateway-agent#readme",
31 "devDependencies": {
32 "@types/mocha": "^2.2.38",
33 "@types/node": "^7.0.0",
34 "mocha": "^3.2.0",
35 "typescript": "^2.1.5"
36 },
37 "directories": {
38 "test": "test"
39 }
40}