-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 942 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
{
"name": "esp8266-useless-throwie",
"description": "ESP8266 Useless Throwie",
"version": "0.0.1",
"private": true,
"author": "Mike Causer <[email protected]>",
"repository": "mcauser/esp8266-useless-throwie",
"license": "MIT",
"keywords": [
"esp8266",
"useless",
"throwie"
],
"engines": {
"node": "^5.12.0"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-base64": "^0.1.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-filesize": "0.0.7",
"grunt-processhtml": "^0.4.0",
"grunt-sass": "^1.2.1",
"grunt-string-replace": "^1.3.0",
"grunt-svgmin": "^3.3.0",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
}
}