-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 935 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 935 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
38
39
40
41
{
"name": "dot-nodemcu",
"version": "0.2.1",
"description": "Webserver for NodeMCU lua.",
"main": "gulpfile.js",
"directories": {
"doc": "doc",
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bondrogeen/DoT.git"
},
"keywords": [
"nodemcu",
"webserver",
"lua"
],
"dependencies": {
"gulp": "^4.0.0",
"gulp-watch": "^4.1.1",
"gulp-util": "^3.0.8",
"gulp-uglify": "^3.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-rename": "^1.4.0",
"gulp-gzip": "^1.4.2",
"gulp-luaminify": "0.0.1",
"gulp-replace": "1.0.0",
"gulp-htmlmin": "5.0.1",
"gulp-rigger": "^0.5.8"
},
"author": "bondrogeen",
"license": "MIT",
"bugs": {
"url": "https://github.com/bondrogeen/DoT/issues"
},
"homepage": "https://github.com/bondrogeen/DoT#readme"
}