-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 869 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
39
40
{
"name": "blynk-cli",
"version": "0.3.5",
"description": "An utility to manage your Blynk server",
"main": "app.js",
"bin": "app.js",
"scripts": {},
"keywords": [
"cli",
"blynk",
"server"
],
"author": "Booteille",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"crypto-js": "^3.1.9-1",
"enquirer": "^1.0.2",
"fs-extra": "^3.0.1",
"prompt-confirm": "^1.0.0",
"prompt-password": "^1.0.2",
"prompt-password-strength": "^1.0.1",
"readdir-enhanced": "^1.5.2",
"request": "^2.81.0",
"uuid": "^3.0.1",
"validator": "^7.0.0",
"yargs": "^8.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Booteille/blynk-cli.git"
},
"devDependencies": {
"hashish": "^0.0.4",
"mocha": "^3.4.2",
"should": "^11.2.1",
"sinon": "^2.3.2"
},
"false": {}
}