forked from wheeyls/critical-css-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "critical-css-server",
"version": "0.5.0",
"description": "Build critical path css asynchronously on demand",
"main": "src/main.js",
"scripts": {
"start": "node src/main.js",
"test": "mocha --recursive",
"debug": "node --inspect-brk src/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wheeyls/critical-css-server"
},
"keywords": [
"node",
"criticalcss",
"above-the-fold",
"inline-css",
"pagespeed",
"phantomjs"
],
"license": "MIT",
"dependencies": {
"bluebird": "3.4.7",
"body-parser": "1.19.0",
"bull": "3.29.2",
"cluster": "0.7.7",
"express": "4.17.1",
"extend": "3.0.2",
"mocha": "9.1.1",
"penthouse": "2.3.2",
"redis": "3.1.2",
"redis-url": "1.2.1",
"request": "2.88.2",
"yarn": "1.0.2"
},
"devDependencies": {
"expect.js": "0.3.1",
"prettier": "1.6.1",
"redis-mock": "0.56.3",
"simple-mock": "0.7.3",
"supertest": "3.0.0"
},
"resolutions": {}
}