forked from LivePersonInc/developer-center
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.04 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
{
"name": "developers-community",
"version": "1.0.0",
"description": "This repository generates LivePerson's Developers' Community, which can be found at https://developers.liveperson.com. The site is generated using [Jekyll](https://jekyllrb.com/). If you find an issue with the documentation, site structure, meta or anything else, please open an issue and we'll respond as soon as possible!",
"main": "app.js",
"dependencies": {
"jquery-highlight": "^3.4.0",
"readdirp": "^2.1.0",
"slugify": "^1.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LivePersonInc/developers-community.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LivePersonInc/developers-community/issues"
},
"homepage": "https://github.com/LivePersonInc/developers-community#readme",
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
]
}