forked from funliday/pppr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 976 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
37
38
39
40
41
42
43
{
"name": "pppr",
"version": "0.7.2",
"private": false,
"dependencies": {
"express": "~4.16.1",
"lru-cache": "^5.1.1",
"puppeteer": "^5.5.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"prettier": "^1.14.3"
},
"description": "pppr is a prerender service",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funliday/pppr.git"
},
"keywords": [
"prerender",
"funliday",
"pppr",
"puppeteer"
],
"author": "Funliday Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/funliday/pppr/issues"
},
"homepage": "https://github.com/funliday/pppr#readme"
}