-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
52 lines (52 loc) · 1.46 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
48
49
50
51
52
{
"name": "JSer",
"version": "1.0.0",
"description": "JSer.info repogitory.",
"main": "index.js",
"scripts": {
"test": "node tests/validate-json.js && node tests/check-json-by-textlint.js && npm run test:invalid",
"test:invalid": "check-invalid-control-characters 'data/**/*.json'",
"gitter": "node tools/gitter/check-updatable.js",
"twitter": "node tools/twitter/check-updatable.js",
"discord": "node tools/discord/check-updatable.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jser/jser.info.git"
},
"keywords": [
"JavaScript"
],
"author": "azu",
"license": "MIT",
"bugs": {
"url": "https://github.com/jser/jser.info/issues"
},
"dependencies": {
"@jser/classifier-item-category": "^1.2.0",
"@jser/data-fetcher": "^1.1.6",
"@jser/stat": "^1.1.6",
"@textlint/linter-formatter": "^3.3.2"
},
"devDependencies": {
"@proofdict/textlint-rule-proofdict": "^3.0.0",
"JSV": "~4.0.2",
"ajv": "^4.11.3",
"bluebird": "^3.0.5",
"check-invalid-control-characters": "^1.1.0",
"cheerio": "^0.22.0",
"git-json-merge": "^0.4.4",
"glob": "^7.0.5",
"handlebars": "^4.1.2",
"json-pointer": "^0.6.0",
"json2yaml": "^1.1.0",
"minimist": "^1.2.0",
"moment": "^2.17.1",
"node-fetch": "^1.3.3",
"q-io": "^1.11.6",
"textlint": "^11.8.2",
"textlint-formatter": "^3.0.2",
"textlint-rule-no-doubled-joshi": "^3.5.2",
"to-markdown": "^3.0.0"
}
}