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