forked from jser/jser.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 834 Bytes
/
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
{
"name": "jser",
"description": "JSer.info blog",
"version": "0.0.1",
"homepage": "https://github.com/jser/jser.github.io/",
"repository": {
"type": "git",
"url": "https://github.com/jser/jser.github.io.git"
},
"main": "index.js",
"scripts": {
"postinstall": "bower-installer",
"lint:spell": "textlint --rulesdir test/rules -f pretty-error"
},
"directories": {
"test": "test/"
},
"author": "azu",
"license": "MIT",
"bugs": {
"url": "https://github.com/jser/jser.github.io/issues"
},
"devDependencies": {
"bower": "^1.3.8",
"bower-installer": "^0.8.4",
"front-matter": "^1.0.0",
"glob": "^5.0.14",
"spellcheck-tech-word-textlint-rule": "^2.0.1",
"spellcheck-technical-word": "^1.1.0",
"textlint": "^3.1.0",
"textlint-rule-helper": "^1.1.2"
}
}