UNPKG

biojs-events

Version:
38 lines (37 loc) 726 B
{ "name": "biojs-events", "version": "0.0.4", "description": "BioJS event system", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/biojs/biojs-events" }, "keywords": [ "biojs", "event" ], "author": "BioJS", "license": "Apache 2", "bugs": { "url": "https://github.com/biojs/biojs2/issues" }, "homepage": "https://github.com/biojs/biojs-events", "dependencies": { "backbone-events-standalone": "^0.2.2" }, "devDependencies": { "mocha": "1.8.x", "chai": "1.5.x", "jshint": "2.x", "underscore": "1.4.x", "grunt": "0.4.x", "grunt-contrib-uglify": "0.2.x" }, "scripts": { "test": "mocha" } }