UNPKG

mobx-state-tree

Version:

Opinionated, transactional, MobX powered state container

38 lines (37 loc) 821 B
{ "name": "middleware", "version": "1.0.0", "description": "The MST package ships with some prebuilt middlewares, which serves mainly as examples on how to write your own middleware. The source of each middleware can be found in this github directory, you are encouraged to read them!", "main": "atomic.js", "scripts": { "test": "ava", "start": "ava -w" }, "author": "", "license": "ISC", "devDependencies": { "ava": "^0.22.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-polyfill": "^6.26.0" }, "ava": { "files": [ "*.spec.js" ], "source": [ "*.js" ], "babel": "inherit", "require": [ "babel-register" ] }, "babel": { "presets": [ "es2015" ], "plugins": [ "transform-regenerator" ] } }