-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1001 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1001 Bytes
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
{
"name": "langsheet",
"version": "1.4.1",
"description": "Translation data to HTML Table converter",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "kocha test.js",
"cov": "nyc --reporter=lcov --reporeter=text-summary npm test",
"lint": "standard",
"fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kt3k/langsheet.git"
},
"keywords": [
"i18n",
"m17n",
"language",
"static-site-generator"
],
"author": "Yoshiya Hinosawa",
"license": "MIT",
"bugs": {
"url": "https://github.com/kt3k/langsheet/issues"
},
"homepage": "https://github.com/kt3k/langsheet#readme",
"dependencies": {
"berber": "^1.1.3",
"layout1": "^1.1.0",
"lodash": "^4.17.4",
"nunjucks": "^3.0.1",
"require-yaml": "^0.0.1",
"through2": "^3.0.1",
"vinyl-accumulate": "^1.4.1"
},
"devDependencies": {
"kocha": "^1.7.0",
"nyc": "^15.0.1",
"standard": "^14.3.3"
}
}