32 lines
713 B
JSON
32 lines
713 B
JSON
{
|
|
"name": "observe-js",
|
|
"homepage": "https://github.com/Polymer/observe-js",
|
|
"authors": [
|
|
"The Polymer Authors"
|
|
],
|
|
"description": "A library for observing Arrays, Objects and PathValues",
|
|
"main": "src/observe.js",
|
|
"keywords": [
|
|
"Object.observe"
|
|
],
|
|
"license": "BSD",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"version": "0.5.1",
|
|
"_release": "0.5.1",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "0.5.1",
|
|
"commit": "d530515b4afe7d0a6b61c06f1a6c64f07bcbbf57"
|
|
},
|
|
"_source": "git://github.com/Polymer/observe-js.git",
|
|
"_target": "~0.5.1",
|
|
"_originalSource": "observe-js",
|
|
"_direct": true
|
|
} |