You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
607 B

{
"name": "mobx",
"description": "Simple, scalable state management.",
"main": "lib/mobx.umd.js",
"authors": [
"Michel Weststrate"
],
"license": "MIT",
"keywords": [
"mobx",
"mobservable",
"observable",
"react-component",
"react",
"reactjs",
"reactive",
"model",
"frp",
"functional-reactive-programming",
"state management",
"data flow"
],
"homepage": "https://mobxjs.github.io/mobx",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}