-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.5 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
48
49
50
51
{
"title": "Website Maintenance Page",
"name": "apareciumlabs-maintenance-page",
"version": "0.1.0",
"description": "Fron-End codebase for the Aparecium Labs website maintenance page.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"apareciumlabs",
"softwareagency"
],
"homepage": "https://github.com/apareciumlabs/website-maintenance-page",
"bugs": {
"url": "https://github.com/apareciumlabs/website-maintenance-page/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Brion Silva",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/apareciumlabs/website-maintenance-page.git"
},
"scripts": {
"start": "gulp dev",
"build": "gulp",
"clean": "rimraf dist",
"clean:all": "npm run clean && rimraf node_modules",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"bootstrap": "^4.1.1",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0"
},
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"browser-sync": "^2.27.9",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"rimraf": "^3.0.2",
"sass": "^1.51.0"
}
}