OLD | NEW |
| (Empty) |
1 { | |
2 "name": "observe-js", | |
3 "homepage": "https://github.com/Polymer/observe-js", | |
4 "authors": [ | |
5 "The Polymer Authors" | |
6 ], | |
7 "description": "A library for observing Arrays, Objects and PathValues", | |
8 "main": "src/observe.js", | |
9 "keywords": [ | |
10 "Object.observe" | |
11 ], | |
12 "license": "BSD", | |
13 "private": true, | |
14 "ignore": [ | |
15 "**/.*", | |
16 "node_modules", | |
17 "bower_components", | |
18 "test", | |
19 "tests" | |
20 ], | |
21 "version": "0.5.6-rc1", | |
22 "_release": "0.5.6-rc1", | |
23 "_resolution": { | |
24 "type": "version", | |
25 "tag": "0.5.6-rc1", | |
26 "commit": "7e94bb14d7c44b221af7bcc874cf9898f26747d8" | |
27 }, | |
28 "_source": "git://github.com/Polymer/observe-js.git", | |
29 "_target": "0.5.6-rc1", | |
30 "_originalSource": "Polymer/observe-js" | |
31 } | |
OLD | NEW |