forked from JanezStupar/grunt-jsxgettext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 845 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
{
"name": "grunt-jsxgettext",
"description": "A Grunt task to run jsxgettext against files to extract strings into a POT file.",
"version": "0.0.3",
"homepage": "https://github.com/Mindflash/grunt-jsxgettext",
"author": {
"name": "Mindflash",
"url": "https://github.com/Mindflash"
},
"repository": {
"type": "git",
"url": "git://github.com/Mindflash/grunt-jsxgettext.git"
},
"bugs": {
"url": "https://github.com/Mindflash/grunt-jsxgettext/issues"
},
"license": "ISC",
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.1.0"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"lodash": "~2.2.1",
"jsxgettext": "~0.4.0",
"async": "^0.7.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.7.2",
"grunt": "~0.4.2"
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"gruntplugin"
]
}