-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 796 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 796 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
{
"name": "workolio",
"version": "0.1.0",
"devDependencies": {
"chai": "^4.3.0",
"chalk": "^4.1.0",
"cssmin": "^0.4.3",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-critical": "^3.0.1",
"grunt-processhtml": "^0.4.2",
"grunt-simple-mocha": "^0.4.1",
"grunt-uncss": "^0.10.0",
"load-grunt-tasks": "^5.1.0",
"maxmin": "^3.0.0",
"time-grunt": "^2.0.0",
"uncss": "^0.17.3",
"xo": "^0.38.2"
}
}