-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.34 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
53
54
55
{
"name": "i18n-it-all",
"description": "",
"version": "0.4.0",
"main": "i18n-it-all.js",
"scripts": {
"test": "standard && workshopper-adventure-test",
"lint": "standard"
},
"bin": {
"i18n-it-all": "bin/i18n-it-all"
},
"preferGlobal": true,
"keywords": [
"workshopper",
"adventure",
"nodeschool"
],
"author": "Martin Heidegger <[email protected]>",
"contributors": [
"Martin Heidegger (https://github.com/martinheidegger)",
"Ryuta Nakashima (https://github.com/atuyl)"
],
"license": "ISC",
"devDependencies": {
"standard": "^8.4.0",
"workshopper-adventure-test": "^1.0.4"
},
"dependencies": {
"after": "^0.8.2",
"diff": "^3.0.1",
"exec-module": "^1.0.0",
"gettext": "0.0.1",
"glob": "^7.1.1",
"js-quantities": "1.6.3",
"leftpad": "0.0.0",
"locale": "0.1.0",
"lodash.sample": "^4.2.1",
"lodash.samplesize": "^4.2.0",
"lodash.zipwith": "^4.2.0",
"mkdirp": "^0.5.1",
"pofile": "^1.0.2",
"tmp": "0.0.31",
"workshopper-adventure": "^5.1.1",
"xgettext-js": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/workshopper/i18n-it-all.git"
},
"bugs": {
"url": "https://github.com/workshopper/i18n-it-all/issues"
},
"homepage": "https://github.com/workshopper/i18n-it-all#readme"
}