-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 807 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 807 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
37
{
"name": "esp8266",
"description": "Command line interface for the ESP8266 module. Read and write files to/from the module and more.",
"keywords": [
"ESP8266"
],
"author": {
"name": "Paul Cuthbertson",
"url": "http://paulcuth.me.uk"
},
"version": "0.0.3",
"engines": {
"node": ">=0.8.x"
},
"bin": {
"esp": "./bin/cli.js"
},
"homepage": "http://esp8266.co.uk",
"repository": {
"type": "git",
"url": "https://github.com/paulcuth/esp8266-cli"
},
"license": {
"type": "MIT"
},
"bugs": {
"url": "https://github.com/paulcuth/esp8266-cli/issues"
},
"dependencies": {
"clean-css": "^3.0.7",
"es6-promise": "^2.0.0",
"html-minifier": "^0.6.9",
"luamin": "^0.2.8",
"serialport": "^1.4.6",
"uglify-js": "^2.4.16"
}
}