UNPKG

behave-ui-konami

Version:

A konami code marionette behavior, allows for custom codes as well

46 lines (45 loc) 1.15 kB
{ "name": "behave-ui-konami", "version": "0.0.5", "description": "A konami code marionette behavior, allows for custom codes as well", "main": "src/behave-ui-konami.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git@github.com:behave-ui/behave-ui-konami.git" }, "keywords": [ "marionettejs", "backbonejs", "backbone.marionette", "behave", "behave-ui", "behaviors", "konami" ], "author": "kurtiskemple@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/behave-ui/behave-ui-konami/issues" }, "homepage": "https://github.com/behave-ui/behave-ui-konami", "dependencies": { "backbone.marionette": ">= 2.x" }, "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-jasmine": "~0.8.1", "load-grunt-config": "~0.16.0", "browserify": "~5.9.3", "grunt-browserify": "~3.2.1", "grunt-contrib-clean": "~0.6.0", "backbone.marionette": "~2.3.0", "backbone": "~1.1.2", "jquery": "~2.1.3", "underscore": "~1.7.0", "grunt-contrib-watch": "~0.6.1" } }