-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.38 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.38 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
{
"name": "tbf03-builder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"gulp": "gulp",
"lint": "textlint dest/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "spring-raining",
"license": "MIT",
"dependencies": {
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"github-slugger": "^1.2.0",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^4.0.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-stylus": "^2.6.0",
"marked": "^0.5.1",
"node-prismjs": "^0.1.1",
"pug": "^2.0.0-rc.4",
"ress": "^1.2.2",
"textlint": "^11.0.0",
"textlint-plugin-html": "^0.2.0",
"textlint-rule-general-novel-style-ja": "^1.3.0",
"textlint-rule-ja-hiragana-fukushi": "^1.0.3",
"textlint-rule-ja-hiragana-hojodoushi": "^1.0.4",
"textlint-rule-ja-hiragana-keishikimeishi": "^1.0.2",
"textlint-rule-ja-no-abusage": "^1.2.1",
"textlint-rule-ja-no-mixed-period": "^2.0.0",
"textlint-rule-max-ten": "^2.0.3",
"textlint-rule-no-double-negative-ja": "^1.0.5",
"textlint-rule-no-doubled-conjunction": "^1.0.2",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.0.2",
"textlint-rule-no-dropping-the-ra": "^1.1.2",
"textlint-rule-no-mix-dearu-desumasu": "^3.0.3",
"textlint-rule-prh": "^5.2.0"
}
}