-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
{
"name": "grunt-potomo",
"description": "Grunt plug-in to compile .po files into binary .mo files with msgfmt.",
"version": "3.5.0",
"homepage": "https://github.com/shivapoudel/grunt-potomo",
"author": {
"name": "Shiva Poudel",
"email": "[email protected]",
"url": "http://shivapoudel.com"
},
"repository": {
"type": "git",
"url": "git://github.com/shivapoudel/grunt-potomo.git"
},
"bugs": {
"url": "https://github.com/shivapoudel/grunt-potomo/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shivapoudel/grunt-potomo/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"shelljs": "~0.7.5"
},
"devDependencies": {
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt": "~1.0.1"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"wordpress",
"i10n",
"translation",
"potomo"
]
}