-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 834 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 834 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
36
{
"name": "smartled",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/varunsonava/smartled.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"apiai": "^3.0.3",
"async": "^2.0.0",
"body-parser": "^1.15.2",
"express": "^4.13.3",
"html-entities": "^1.2.0",
"json-bigint": "^0.2.0",
"request": "^2.73.0",
"uuid": "^3.0.1",
"mqtt": "^2.18.2"
},
"devDependencies": {
"rewire": "^2.5.2",
"should": "^11.2.0",
"supertest": "^3.0.0"
},
"bugs": {
"url": "https://github.com/varunsonava/smartled/issues"
},
"homepage": "https://github.com/varunsonava/smartled#readme"
}