-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 891 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
{
"name": "gulp-resx-out",
"description": "Gulp plugin to allow custom formatting of resx files through callbacks.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"resx",
"resources",
"gulpplugin",
"convert",
"modify",
"javascript",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Baxterboom/gulp-resx-out.git"
},
"author": "Thor-björn Andersson <[email protected]>",
"license": "ISC",
"optionalDependencies": {
"yargs-parser": ">=13.1.2"
},
"devDependencies": {
"gulp": "^5.0.0",
"gulp-debug": "^3.2.0",
"gulp-ext-replace": "^0.3.0"
},
"dependencies": {
"axis.js": "^1.2.1",
"buffer": "^5.1.0",
"fast-xml-parser": "^4.4.1",
"plugin-error": "^1.0.1"
},
"files": [],
"version": "1.1.2"
}