-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
47
{
"title": "Hen",
"name": "",
"version": "4.1.1",
"description": "Building a virtual assistant that makes running a business as easy as chatting.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://www.hen.ai",
"bugs": {
"url": "",
"email": ""
},
"license": "MIT",
"author": "Hen",
"contributors": [
"Pat Eskinasy (https://www.eskinasy.com/)"
],
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"bootstrap": "^4.1.2",
"cryptiles": "^4.1.2",
"font-awesome": "4.7.0",
"jquery": "3.3.1",
"lodash": "^4.17.11",
"npm": "^6.4.1",
"popper.js": "^1.14.4",
"sshpk": "^1.15.1"
},
"devDependencies": {
"browser-sync": "2.24.5",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.4",
"gulp-header": "2.0.5",
"gulp-rename": "1.3.0",
"gulp-sass": "4.0.1",
"gulp-uglify": "3.0.0"
}
}