-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 937 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
{
"name": "PostmanCollectionProgrammatically",
"version": "0.1.1",
"description": "create postman collection programmatically",
"keywords": [
"postman",
"collection",
"programmatically"
],
"author": "Paul Vollmer",
"license": "MIT",
"main": "lib/index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/paulvollmer/PostmanCollectionProgrammatically.git"
},
"bugs": {
"url": "https://github.com/paulvollmer/PostmanCollectionProgrammatically/issues"
},
"homepage": "https://github.com/paulvollmer/PostmanCollectionProgrammatically",
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.10.0",
"grunt-mocha-istanbul": "2.2.0",
"grunt-mocha-test": "0.12.2",
"istanbul": "0.3.2",
"mocha": "2.0.1"
},
"dependencies": {
"node-uuid": "1.4.1"
}
}