-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
44
45
46
47
{
"name": "lora-network-connector",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"bluebird": "^3.5.1",
"chai-json-schema-ajv": "^2.0.0",
"ioredis": "^3.2.2",
"kafka-node": "^2.3.1",
"moment": "^2.20.1",
"mysql": "^2.15.0",
"mysql2": "^1.5.3",
"node-aes-cmac": "^0.1.1",
"sequelize": "^4.37.6",
"winston": "^3.0.0-rc1"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"jscs": "^3.0.7",
"jshint": "^2.9.5",
"mocha": "^4.1.0",
"pre-commit": "^1.2.2"
},
"scripts": {
"test": "mocha --recursive",
"lint": "files=$(git diff --cached --name-only --diff-filter=ACM | grep '\\.js$'); node_modules/.bin/jshint $files && node_modules/.bin/jscs $files"
},
"repository": {
"type": "git",
"url": "[email protected]:xisiot/lora-network-connector"
},
"keywords": [
"connector"
],
"pre-commit": [
"test",
"lint"
],
"author": "xisiot Co., Ltd.",
"license": "ISC"
}