-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 950 Bytes
/
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
{
"name": "cayenne-core-js",
"version": "1.0.0",
"description": "JS library for access Cayenne Core API",
"repository": {
"type": "git",
"url": "https://github.com/myDevicesIoT/cayenne-core-js"
},
"scripts": {
"test": "mocha --recursive test/ -t 5000",
"lint": "./node_modules/.bin/eslint --ext .js lib/ test/ index.js",
"lint-fix": "./node_modules/.bin/eslint --fix --ext .js lib/ test/ index.js"
},
"dependencies": {
"boom": "^7.3.0",
"cayennejs": "0.0.4",
"jsonwebtoken": "^8.4.0",
"socket.io-client": "^2.2.0",
"superagent": "^8.1.2"
},
"devDependencies": {
"code": "^5.2.4",
"dotenv": "^6.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-mocha": "^5.2.1",
"eslint-plugin-prettier": "^3.1.2",
"mocha": "^7.1.1",
"nock": "^12.0.2",
"prettier": "^1.16.4",
"sinon": "^7.2.3"
}
}