forked from nicx/node-tradfri-restapi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 858 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
35
36
37
38
{
"name": "node-tradfri-restapi",
"version": "1.2.0",
"description": "Wrapper to node-tradfri package as a REST-api",
"main": "index.js",
"dependencies": {
"config": "^1.26.1",
"express": "^4.15.3",
"node-tradfri": "^0.1.2"
},
"devDependencies": {
"nodemon": "^1.11.0"
},
"engines": {
"node": ">=7.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nidayand/node-tradfri-restapi.git"
},
"keywords": [
"ikea",
"tradfri",
"restful",
"rest",
"api"
],
"author": "Nidayand",
"license": "ISC",
"bugs": {
"url": "https://github.com/nidayand/node-tradfri-restapi/issues"
},
"homepage": "https://github.com/nidayand/node-tradfri-restapi#readme"
}