forked from LivePersonInc/developer-center
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 993 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": "developers-community",
"description": "developers-community",
"version": "1.0.0",
"dependencies": {
"axios": "^0.19.0",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-shell": "^0.7.1",
"jquery": ">=3.4.0",
"jquery-highlight": "^3.5.0",
"lodash": ">=4.17.13",
"lodash.template": ">=4.5.0"
},
"devDependencies": {
"pre-commit": "^1.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bundle exec jekyll build",
"serve": "bundle exec jekyll serve --incremental",
"verify": "bash ./_scripts/verify-documents.sh",
"fixnaming": "bash ./_scripts/automated-name-fix.sh"
},
"pre-commit": {
"silent": true,
"run": "verify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LivePersonInc/developers-community.git"
},
"author": "LivePerson",
"license": "ISC",
"homepage": "https://github.com/LivePersonInc/developers-community#readme"
}