-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 754 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 754 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
{
"name": "node-flipr",
"version": "1.0.0",
"description": "Unofficial module for Flipr devices",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikkow/node-flipr.git"
},
"keywords": [
"flipr",
"pool",
"iot"
],
"author": "Nicolas Nunge <me@nikkow.eu> (https://www.nikkow.eu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikkow/node-flipr/issues"
},
"homepage": "https://github.com/nikkow/node-flipr#readme",
"devDependencies": {
"@types/es6-promise": "^3.3.0",
"@types/request": "^2.47.1",
"typescript": "^3.0.1"
},
"dependencies": {
"request": "^2.88.0"
}
}