ampersand-state
Version:
An observable, extensible state object with derived watchable properties.
32 lines (31 loc) • 761 B
JSON
{
"name": "ampersand-state",
"description": "An observable, extensible state object with derived watchable properties.",
"version": "0.2.1",
"author": "Henrik Joreteg <henrik@andyet.net>",
"bugs": {
"url": "https://github.com/ampersandjs/ampersand-state/issues"
},
"dependencies": {
"backbone-events-standalone": "~0.2.1",
"underscore": "~1.6.0"
},
"devDependencies": {
"nodeunit": "~0.8.5"
},
"homepage": "https://github.com/ampersandjs/ampersand-state",
"keywords": [
"model",
"object",
"observable"
],
"license": "MIT",
"main": "ampersand-state.js",
"repository": {
"type": "git",
"url": "git://github.com/ampersandjs/ampersand-state"
},
"scripts": {
"test": "nodeunit test/"
}
}