-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 840 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
{
"name": "postman-environment-generator",
"version": "0.0.2",
"description": "An app that creates a Postman environment for all the variable names in your Postman collection ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cazaimi/postman-environment-generator.git"
},
"keywords": [
"nodejs",
"postman-environment",
"postman-collection"
],
"author": "Anmol Shukla",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cazaimi/postman-environment-generator/issues"
},
"homepage": "https://github.com/Cazaimi/postman-environment-generator#readme",
"dependencies": {
"async": "3.1.0",
"chalk": "2.4.2",
"lodash": "4.17.15",
"request": "2.88.0"
}
}