forked from yola/gulp-static-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 958 Bytes
/
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
{
"name": "gulp-static-i18n",
"version": "0.0.8",
"description": "Gulp plugin to translate static assets.",
"license": "MIT",
"repository": "yola/gulp-static-i18n",
"author": {
"name": "Yola Engineering",
"email": "[email protected]",
"url": "https://github.com/yola"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"lint": "jshint lib test index.js",
"test": "npm run-script lint && mocha"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"gulpplugin",
"i18n",
"internationalization",
"translation"
],
"dependencies": {
"del": "~1.1.1",
"gettext-parser": "~1.1.2",
"gulp-util": "~3.0.7",
"lodash": "~3.10.1",
"through2": "~0.6.5",
"vinyl": "~0.4.6",
"vinyl-fs": "~0.3.14"
},
"devDependencies": {
"chai": "~2.3.0",
"gulp": "~3.9.1",
"jsgreat": "~0.1.7",
"jshint": "~2.6.3",
"mocha": "~2.4.5",
"should": "~5.2.0"
}
}