forked from curlconverter/curlconverter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 870 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": "curlconverter",
"version": "2.13.0",
"description": "convert curl syntax to native python and javascript http code",
"homepage": "https://github.com/NickCarneiro/curlconverter",
"author": {
"name": "Nick Carneiro",
"email": "[email protected]",
"url": "http://trillworks.com"
},
"repository": "NickCarneiro/curlconverter",
"license": "MIT",
"keywords": [
"curlconverter",
"curl",
"http",
"requests",
"python",
"converter"
],
"dependencies": {
"cmd": "^0.1.0",
"cookie": "^0.4.0",
"jsesc": "^2.5.2",
"string.prototype.startswith": "^0.2.0",
"yamljs": "^0.3.0",
"yargs": "github:NickCarneiro/yargs"
},
"devDependencies": {
"standard": "^14.0.0",
"tape": "^4.11.0"
},
"scripts": {
"test": "./test.sh"
},
"bin": {
"curlconverter": "bin/cli.js"
}
}