UNPKG

hydro-tdd

Version:
34 lines (33 loc) 695 B
{ "name": "hydro-tdd", "version": "0.0.1", "description": "TDD interface for hydro", "keywords": [ "hydroui", "hydro", "tdd" ], "main": "./index.js", "homepage": "https://github.com/hydrojs/hydro-tdd", "scripts": { "test": "hydro", "coverage": "istanbul cover _hydro" }, "repository": { "type": "git", "url": "https://github.com/hydrojs/hydro-tdd" }, "peerDependencies": { "hydro": "0.x" }, "devDependencies": { "coveralls": "~2.3.0", "istanbul": "~0.1.46", "component": "~0.18.0", "hydro": "*", "simple-assert": "*", "hydro-simple": "*" }, "author": "Veselin Todorov <hi@vesln.com>", "license": "MIT" }