-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 891 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 891 Bytes
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
{
"name": "abstract-things",
"version": "0.9.0",
"license": "MIT",
"description": "Base for building libraries that interact with physical things, such as IoT-devices",
"repository": "tinkerhub/abstract-things",
"keywords": [],
"scripts": {
"lint": "eslint .",
"test": "jest && node_modules/.bin/eslint ."
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"amounts": "^0.5.0",
"appdirectory": "^0.1.0",
"color-convert": "^1.9.1",
"color-string": "^1.5.2",
"color-temperature": "^0.2.7",
"debug": "^3.1.0",
"deep-equal": "^1.0.1",
"dwaal": "^0.2.0",
"foibles": "^0.2.0",
"is-mergeable-object": "^1.1.0",
"mkdirp": "^0.5.1",
"tinkerhub-discovery": "^0.3.1"
},
"devDependencies": {
"dumbfound-jest": "^0.3.1",
"eslint": "^4.12.0",
"eslint-plugin-node": "^5.2.1",
"jest": "^22.2.2"
}
}