UNPKG

shared.js

Version:

A factory for a passive mediator design pattern in <25 lines of Javascript

31 lines (30 loc) 636 B
{ "name": "shared.js", "version": "0.0.3", "description": "A factory for a passive mediator design pattern in <25 lines of Javascript", "author": "Andy Chrzaszcz", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/andy9775/shared.js" }, "scripts": { "test": "jest" }, "keywords": [ "javascript", "react-native", "mediator", "singleton", "design pattern", "react native" ], "bugs": { "url": "https://github.com/andy9775/shared.js/issues" }, "license": "MIT", "devDependencies": { "jest-cli": "^0.7.1", "babel-jest": "^6.0.1" } }