-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 848 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
{
"name": "@postmanlabs/runscope-to-postman",
"version": "0.0.2",
"description": "Convert Runscope Radar Tests to Postman Collection v2",
"main": "index.js",
"publishConfig":{
"registry":"https://npm.postmanlabs.com"
},
"scripts": {
"test": "scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postmanlabs/runscope-to-postman.git"
},
"keywords": [
"runscope",
"postman"
],
"dependencies": {
"lodash": "^3.10.1",
"node-uuid": "1.4.1",
"postman-collection": "0.1.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"jscs": "^2.1.0",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"xml2js": "^0.4.5"
},
"author": "Postman Labs",
"license": "MIT"
}