forked from MicheleBertoli/grunt-po2mo
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.11 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
{
"name": "grunt-po2mo",
"description": "Compile .po files into binary .mo files with msgfmt.",
"version": "0.1.5",
"homepage": "https://github.com/elegantthemes/grunt-po2mo",
"contributors": [
{
"name": "Michele Bertoli",
"email": "michele@berto.li",
"url": "http://michele.berto.li"
},
{
"name": "Elegant Themes",
"url": "http://www.elegantthemes.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/MicheleBertoli/grunt-po2mo.git"
},
"bugs": {
"url": "https://github.com/MicheleBertoli/grunt-po2mo/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/MicheleBertoli/grunt-po2mo/blob/master/LICENSE-MIT"
}],
"main": "Gruntfile.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "3.0.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-nodeunit": "3.0.0",
"grunt": "1.4.1"
},
"peerDependencies": {
"grunt": "1.4.1"
},
"keywords": [
"gruntplugin"
],
"dependencies": {
"sync-exec": "0.6.2"
}
}