-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 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
{
"name": "wakate.org",
"description": "http://wakate.org",
"version": "1.0.0",
"author": {
"name": "Masayuki IZUMI",
"email": "[email protected]",
"url": "http://izumin.info/"
},
"bugs": {
"url": "https://github.com/wakate/wakate.github.io/issues"
},
"dependencies": {
"font-awesome": "~4.7.0",
"normalize.css": "~8.0.1"
},
"devDependencies": {
"@babel/core": "~7.10.5",
"@babel/preset-env": "~7.10.4",
"@babel/register": "~7.10.5",
"browser-sync": "^2.27.11",
"del": "~5.1.0",
"gulp": "~4.0.0",
"gulp-gh-pages": "~0.5.4",
"gulp-load-plugins": "^2.0.3",
"gulp-plumber": "~1.2.1",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "~1.4.0",
"sass": "^1.63.6"
},
"homepage": "http://wakate.org",
"license": {
"type": "MIT",
"url": "http://izumin.mit-license.org/2016"
},
"main": "index.js",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/wakate/wakate.github.io.git"
},
"scripts": {
"deploy": "gulp deploy",
"test": "echo \"no tests\""
}
}