forked from alex-seville/grunt-resx2json
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.07 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
48
49
50
51
52
{
"name": "grunt-resx2json-2",
"description": "Changing resx files to json",
"version": "0.3.0",
"homepage": "https://github.com/jrnt30/grunt-resx2json",
"author": {
"name": "Justin Nauman"
},
"repository": {
"type": "git",
"url": "git://github.com/jrnt30/grunt-resx2json.git"
},
"bugs": {
"url": "https://github.com/jrnt30/grunt-resx2json/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jrnt30/grunt-resx2json/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"bin": {
"grunt-resx2json": "bin/grunt-resx2json"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"xml2js": "~0.4.4",
"underscore": "~1.3.3",
"xtend": "~1.0.3"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-clean": "~0.6.0",
"grunt": "~0.4.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"resx",
"json"
],
"readmeFilename": "README.md"
}