objectstate
Version:
Lightweight, streaming state management.
43 lines (42 loc) • 1.03 kB
JSON
{
"name": "objectstate",
"version": "3.0.0",
"description": "Lightweight, streaming state management.",
"main": "index",
"license": "APACHE-V2",
"scripts": {
"lint": "standard index.js test.js",
"test": "node ./test.js && npm run lint"
},
"dependencies": {
"deep-equal": "1.0.1",
"deep-property": "1.1.0",
"through": "2.3.8"
},
"devDependencies": {
"standard": "5.4.1",
"tape": "4.2.2"
},
"author": "Urban Airship",
"contributors": [
"Chris Dickinson <chris@neversaw.us>",
"Andrew Winterman <andrew.winterman@urbanairship.com>",
"Michael Hayes <michael@hayes.io>",
"Jesse Keane <jesse.keane@urbanairship.com>"
],
"keywords": [
"State",
"Data",
"Binding",
"Lightweight",
"Streaming"
],
"repository": {
"type": "git",
"url": "https://github.com/urbanairship/objectstate.git"
},
"bugs": {
"url": "https://github.com/urbanairship/objectstate/issues"
},
"homepage": "https://github.com/urbanairship/objectstate"
}