define-state
Version:
Define stateful property on an object
36 lines (35 loc) • 716 B
JSON
{
"name": "define-state",
"version": "1.1.1",
"description": "Define stateful property on an object",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/dfcreative/define-state"
},
"keywords": [
"state",
"st8",
"stateful",
"defineProperty",
"object"
],
"dependencies": {
"st8": "^2.1.0"
},
"devDependencies": {
"mocha": "latest"
},
"author": "Deema Ywanov",
"license": "MIT",
"bugs": {
"url": "https://github.com/dfcreative/define-state/issues"
},
"homepage": "https://github.com/dfcreative/define-state"
}