har2ammo
Version:
HAR to ammo.txt
54 lines (53 loc) • 1.46 kB
JSON
{
"name": "har2ammo",
"description": "HAR to ammo.txt",
"keywords": "yandex-tank, har2ammo, ammo.txt, har",
"version": "0.4.2",
"homepage": "https://github.com/banzalik/har2ammo",
"author": "Aleksandr Boichenko <banzalik@gmail.com> (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": "npm run-script jscs && npm run-script jshint && npm run-script grammar && npm run-script mocha",
"mocha": "node_modules/.bin/mocha --reporter spec --bail --check-leaks test/",
"jshint": "node_modules/.bin/jshint index.js test/",
"jscs": "node_modules/.bin/jscs index.js test/",
"grammar": "node_modules/.bin/yaspeller README.md",
"publish": "npm publish ./"
},
"dependencies": {
"chance": ">= 0.7.4",
"colors": ">= 1.1.0",
"commander": ">= 2.8.1",
"lodash": ">= 3.7.0"
},
"files": [
"index.js"
],
"engines": {
"node": ">= 0.11.0"
},
"licenses": [
{
"type": "GNU GENERAL PUBLIC LICENSE",
"url": "https://raw.github.com/banzalik/har2ammo/master/LICENSE"
}
],
"optionalDependencies": {},
"devDependencies": {
"jscs": ">= 1.13.0",
"jshint": ">= 2.7.0",
"mocha": "2.x",
"yaspeller": "^2.1.0"
}
}