-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 KB
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
{
"name": "www.f2e.tw",
"version": "0.0.0",
"description": "the website of f2e Taiwan community",
"main": "build.js",
"scripts": {
"start": "grunt build && gulp build",
"postinstall": "cp .githooks/* .git/hooks/. && chmod +x .git/hooks/*",
"record:gsheet": "node tools/record_generator/gsheet2record.js",
"lint:yaml": "yamllint _data/**/*.yml"
},
"repository": {
"type": "git",
"url": "https://github.com/f2etw/f2etw.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/f2etw/f2etw.github.io/issues"
},
"dependencies": {
"googleapis": "^39.2.0",
"js-yaml": "^3.13.1",
"metalsmith": "~1.0.1",
"metalsmith-collections": "^0.6.0",
"metalsmith-markdown": "~0.2.1",
"metalsmith-sass": "^1.4.0",
"metalsmith-templates": "~0.6.0",
"swig": "~1.4.2",
"yaml-lint": "^1.2.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-matter": "^0.1.3",
"grunt-metalsmith": "^1.0.0",
"grunt-string-replace": "^1.0.0",
"gulp": "^3.8.10",
"gulp-front-matter": "^1.0.0",
"gulp-layoutize": "0.0.4",
"gulp-marked": "^1.0.0",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0"
}
}