UNPKG

sign-bunny

Version:

A package to create a sign bunny character.

46 lines (45 loc) 956 B
{ "name": "sign-bunny", "version": "1.0.0", "description": "A package to create a sign bunny character.", "homepage": "https://github.com/ryanbahniuk/sign-bunny", "keywords": [ "sign", "bunny", "sign bunny" ], "author": { "name": "Ryan Bahniuk", "email": "ryan.bahniuk@gmail.com", "url": "http://bahni.uk" }, "bin": { "sign-bunny": "./bin/sign-bunny" }, "repository": { "type": "git", "url": "git://github.com/ryanbahniuk/sign-bunny.git" }, "bugs": { "url": "https://github.com/ryanbahniuk/sign-bunny/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/ryanbahniuk/sign-bunny/blob/master/LICENSE-MIT" } ], "main": "./src/sign-bunny.js", "engines": { "node": ">= 5.3.0" }, "scripts": { "test": "mocha", "pretest": "eslint ." }, "devDependencies": { "chai": "^3.5.0", "eslint": "^1.10.3", "mocha": "^2.4.5" } }