-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.4 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.4 KB
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
57
58
59
60
61
62
63
64
{
"name": "gulp-international",
"version": "1.0.13",
"description": "A gulp plugin that creates multi language versions of your source files",
"license": "Apache-2.0",
"homepage": "http://github.com/mallocator/gulp-international",
"repository": {
"type": "git",
"url": "http://github.com/mallocator/gulp-international.git"
},
"author": {
"name": "Ravi Gairola",
"email": "mallox@pyxzl.net",
"url": "https://github.com/mallocator"
},
"bugs": {
"url": "http://github.com/mallocator/gulp-international/issues",
"email": "mallox@pyxzl.net"
},
"engine": {
"node": ">=0.10.0"
},
"scripts": {
"test": "istanbul cover _mocha",
"test-travis": "istanbul cover _mocha --report lcovonly -- -R spec"
},
"files": [
"index.js"
],
"keywords": [
"gulp",
"plugin",
"gulpplugin",
"i18n",
"international",
"internationalization",
"replace",
"substitute",
"lang",
"language",
"languages",
"translation",
"translations",
"token",
"tokens",
"placeholder",
"resources"
],
"dependencies": {
"flat": "^2.0.0",
"gulp-util": "^3.0.1",
"he": "^1.0.0",
"lodash": "^4.9.0",
"through2": "^2.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"gently": "^0.10.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.2.0"
}
}