| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "name": "chartnew/javascript", | |
| 3 "version": "0.3.0", | |
| 4 "description": "Simple HTML5 Charts using the canvas element", | |
| 5 "keywords": ["charts","javascript","canvas"], | |
| 6 "homepage": "https://github.com/FVANCOP/ChartNew.js", | |
| 7 "license": "MIT", | |
| 8 "authors": [ | |
| 9 { | |
| 10 "name": "Vancoppenolle Francois", | |
| 11 "email": "francois.vancoppenolle@favomo.be", | |
| 12 "homepage": "https://github.com/FVANCOP/ChartNew.js", | |
| 13 "role": "Developer" | |
| 14 }, | |
| 15 { | |
| 16 "name": "Kroger Ole", | |
| 17 "email": "o.kroeger@wikunia.de", | |
| 18 "homepage": "http://github.wikunia.de", | |
| 19 "role": "Developer" | |
| 20 } | |
| 21 ], | |
| 22 "main": ["ChartNew.js"], | |
| 23 "dependencies": { | |
| 24 } | |
| 25 } | |
| OLD | NEW |