-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
41 lines (41 loc) · 899 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
{
"name": "grunt-pug-i18n",
"description": "Compile Pug templates via Grunt with internalization support",
"version": "1.0.1",
"author": {
"name": "Tomas Aparicio",
"url": "https://github.com/h2non"
},
"repository": "AdesisNetlife/grunt-jade-i18n",
"licenses": "MIT",
"engineStrict": true,
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "^1.0.4",
"grunt-contrib-pug": "~2.0.0",
"lodash": "~4.17.15"
},
"devDependencies": {
"grunt-contrib-nodeunit": "~2.0.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-coffee": "~2.1.0",
"grunt-coffeelint": "~0.0.16",
"grunt-release": "~0.14.0"
},
"keywords": [
"gruntplugin",
"pug",
"translation",
"i18n",
"translate",
"multilanguage",
"language",
"template",
"internationalization"
]
}