-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 907 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
{
"name": "crucible-quest-theme",
"version": "1.0.0",
"description": "Custom WordPress Theme Developed for Greg Benson Trust",
"main": "main.js",
"repository": "https://git.raddws.com/greg-benson-trust/crucible-quest-theme",
"author": "RADD Creative <[email protected]>",
"license": "PRIVATE",
"dependencies": {
"bootstrap": "^4.0.0-alpha.6",
"bootstrap-slider": "^9.1.3",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"slick-carousel": "^1.6.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"laravel-elixir": "^6.0.0-9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.raddws.com/bettershoppingusa.com/bettersheds.com.git"
},
"keywords": [
"woodshop",
"wordpress",
"theme",
"clean"
],
"author": "RADD Web Studio",
"license": "ISC"
}