forked from jenseng/i18nliner-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.29 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
56
{
"name": "i18nline",
"description": "Keep your translations in line",
"version": "2.0.1",
"scripts": {
"test": "mocha \"./test/**/*_test.js\" --recursive",
"i18nline": "node ./bin/i18nline.js"
},
"main": "./lib/i18n",
"bin": {
"i18nline": "./bin/i18nline.js"
},
"author": "Stijn de Witt & Jon Jensen",
"license": "MIT",
"homepage": "https://github.com/download/i18nline",
"repository": {
"type": "git",
"url": "http://github.com/download/i18nline.git"
},
"contributors": [
{
"name": "Stijn de Witt",
"email": "StijnDeWitt@hotmail.com",
"website": "https://StijnDeWitt.com"
},
{
"name": "Jon Jensen",
"email": "jenseng@gmail.com",
"website": "https://github.com/jenseng"
}
],
"devDependencies": {
"chai": "^4.1.2",
"matchdep": "^2.0.0",
"mocha": "^5.0.5",
"pkgcfg": "^0.9.1",
"rimraf": "^2.6.2",
"sinon": "^4.4.8",
"temp": "^0.8.3"
},
"dependencies": {
"babel-traverse": "^6.0.0",
"babylon": "^6.0.0",
"chalk": "^2.3.2",
"crc32": "~0.2.2",
"esprima": "^4.0.0",
"extend": "^3.0.1",
"gglobby": "0.0.3",
"i18n-js": "^3.0.3",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"speakingurl": "^14.0.1",
"uevents": "^1.0.0",
"ulog": "^1.1.0"
}
}