UNPKG

generator-py-tox

Version:
46 lines (45 loc) 896 B
{ "name": "generator-py-tox", "version": "0.0.1", "description": "A generator for tox.ini files.", "keywords": [ "yeoman-generator", "python", "py", "tox", "testing" ], "homepage": "https://github.com/Streamlyne/generator-py-tox", "bugs": "https://github.com/Streamlyne/generator-py-tox/issues", "author": { "name": "Dawson", "email": "dawson@streamlyne.co", "url": "https://github.com/dreid93" }, "main": "app/index.js", "repository": { "type": "git", "url": "git://github.com/Streamlyne/generator-py-tox.git" }, "scripts": { "test": "mocha" }, "dependencies": { "yeoman-generator": "~0.14.0" }, "devDependencies": { "mocha": "~1.14.0" }, "peerDependencies": { "yo": ">=1.0.0" }, "engines": { "node": ">=0.8.0", "npm": ">=1.2.10" }, "licenses": [ { "type": "MIT" } ] }