-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
35 lines (35 loc) · 937 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
{
"name": "gui-easy",
"timestamp": 1578608108189,
"version": "0.0.1",
"author": "Jimmy 'Grovkillen' Westberg <jimmy@grovkillen.com> (https://grovkillen.com)",
"license": "GPL-3.0-or-later",
"description": "Front End for ESP Easy",
"bin": {
"index.html.gz": "build/main/0.0.nightly.1/"
},
"repository": "github:letscontrolit/GUIEasy",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-rename": "^0.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-zopfli-native": "^2.0.0",
"grunt-processhtml": "^0.4.2",
"grunt-file-append": "^0.0.7",
"grunt-contrib-copy": "^1.0.0",
"grunt-folder-list": "^1.1.0",
"npm": "^6.13.4"
},
"scripts": {
"build": "node Gruntfile.js"
},
"keywords": [
"ESP Easy",
"CSS framework",
"GUI",
"Frontend"
]
}