forked from banzalik/har2ammo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 KB
/
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
40
41
42
43
44
{
"name": "har2ammo",
"description": "HAR to ammo.txt",
"keywords": "yandex-tank, har2ammo, ammo.txt, har",
"version": "0.1.5",
"homepage": "https://github.com/banzalik/har2ammo",
"author": "Aleksandr Boichenko <[email protected]> (http://github.com/banzalik)",
"maintainers": [],
"contributors": [],
"bin": {
"har2ammo": "./index.js"
},
"bugs": {
"url": "https://github.com/banzalik/har2ammo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/banzalik/har2ammo.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --bail --check-leaks test/"
},
"dependencies": {
"lodash": ">= 2.3.0",
"commander": ">= 2.0.0",
"colors": ">= 0.6.2"
},
"files": [
"index.js"
],
"engines": {
"node": ">= 0.8.0"
},
"licenses": [
{
"type": "GNU GENERAL PUBLIC LICENSE",
"url": "https://raw.github.com/banzalik/har2ammo/master/LICENSE"
}
],
"optionalDependencies": {},
"devDependencies": {
"mocha": "2.x"
}
}