-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
39 lines (39 loc) · 1 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
{
"name": "ring-api",
"version": "3.0.7",
"description": "Unofficial API for ring doorbells and other devices",
"main": "main.js",
"dependencies": {
"axios": "^0.18.0",
"bottlejs": "^1.7.1",
"colors": "^1.3.1",
"content-type": "^1.0.4",
"debug": "^3.1.0",
"json-bigint": "^0.3.0",
"keychain": "^1.3.0",
"lodash.assign": "^4.2.0",
"lodash.compose": "^2.4.1",
"lodash.first": "^3.0.0",
"lodash.flatten": "^4.4.0",
"lodash.isobject": "^3.0.2",
"lodash.mapkeys": "^4.6.0",
"sip.js": "^0.11.3",
"time-constants": "^1.0.2",
"timeout-as-promise": "^1.0.0"
},
"repository": "github:jimhigson/ring-api",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"author": "Jim Higson",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.3.0",
"eslint-config-idiomatic": "^4.0.0",
"jimhigson-my-eslint-rules": "^1.0.4",
"lodash.defaultsdeep": "^4.6.0",
"node-ask": "^1.0.1"
}
}