-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
{
"name": "nodejs.jp",
"private": true,
"version": "0.1.0",
"description": "nodejs.jp website",
"homepage": "http://nodejs.jp",
"main": "index.js",
"scripts": {
"test": "npm run build",
"start": "npm run serve",
"serve": "bulbo serve",
"build": "bulbo build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodejsjp/nodejsjp.github.com.git"
},
"keywords": [
"nodejs.jp",
"nodejs",
"node",
"jp",
"japan",
"website"
],
"author": "Yoshiya Hinosawa <[email protected]> (https://twitter.com/kt3k)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodejsjp/nodejsjp.github.com/issues"
},
"dependencies": {
"bulbo": "^6.13.0",
"chalk": "^5.3.0",
"gulp-front-matter": "^1.3.0",
"gulp-markdown": "^2.0.1",
"gulp-nunjucks": "^2.3.0",
"layout-wrapper": "^1.1.1",
"nunjucks": "^3.2.4",
"nunjucks-date": "^1.2.0",
"vinyl-accumulate": "^1.4.1"
},
"devDependencies": {
"branch-pipe": "^1.0.1",
"rimraf": "^2.5.4",
"status-back": "^1.1.0"
}
}