-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 860 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 860 Bytes
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
{
"title": "HandCraftt.como",
"name": "HandCraftt.com Website",
"version": "4.0.0-beta",
"description": "A Professional Wooden Resin Ring, Necklace, Bracelet, & Earring Artisan.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://www.handcraftt.com",
"bugs": {
"url": "https://github.com/okabrionz/handcraftt/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Oka bRionZ",
"contributors": [
"Oka bRionZ (https://www.okabrionz.com/)"
],
"repository": {
"type": "git",
"url": "https://github.com/okabrionz/handcraftt.git"
},
"dependencies": {
"bootstrap": "^4.0.0-beta",
"jquery": "^3.2.1",
"popper.js": "^1.11.1"
},
"devDependencies": {
"browser-sync": "2.18.13",
"gulp": "^3.9.1"
}
}