-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1018 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1018 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
38
39
40
41
42
43
{
"name": "markup-monks",
"version": "0.1.2",
"description": "Home page of Sabith Pocker",
"main": "index.html",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sabithpocker/sabithpocker.github.io.git"
},
"keywords": [
"Markup",
"Monks",
"Sabith",
"Pocker"
],
"author": "Sabith Pocker",
"license": "ISC",
"bugs": {
"url": "https://github.com/sabithpocker/sabithpocker.github.io/issues"
},
"homepage": "https://github.com/sabithpocker/sabithpocker.github.io#readme",
"devDependencies": {
"autoprefixer": "^10.4.19",
"browser-sync": "^3.0.2",
"gulp": "^5.0.0",
"gulp-cache": "^1.1.3",
"gulp-postcss": "^10.0.0",
"gulp-resolve-dependencies": "^4.1.0",
"gulp-sass": "5.1.0",
"gulp-terser": "^2.1.0",
"node-sass": "^9.0.0",
"postcss": "^8.4.38",
"sass": "^1.75.0"
},
"dependencies": {
"cssnano": "^6.1.2",
"gl-matrix": "^3.4.3",
"three": "0.138.3"
}
}