keyvaluecoding
Version:
A native javascript implementation of Apple's NSKeyValueCoding
26 lines (25 loc) • 656 B
JSON
{
"name" : "keyvaluecoding",
"version" : "0.3.0",
"author" : "Kyle Dawkins <kyle@shoffle.com>",
"description" : "A native javascript implementation of Apple's NSKeyValueCoding",
"repository" : {
"type" : "git",
"url" : "https://quile@github.com/quile/keyvaluecoding-js.git"
},
"scripts" : {
"test" : "node tests/install.js; node tests/basic.js"
},
"keywords" : [
"key-value coding",
"kvc",
"NSKeyValueCoding",
"KeyValueCoding",
"valueForKey"
],
"license" : "MIT",
"engine" : {
"node" : ">=0.6"
},
"main" : "keyvaluecoding.js"
}