diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-25 09:13:54 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-25 09:13:54 -0400 |
| commit | 86e4e291bfda3365c0bb82bacb2b9990a86ce759 (patch) | |
| tree | c9729d4bd5366656e39761319546593c02f0f709 /www/lib/angular-google-chart/package.json | |
First Commit
Diffstat (limited to 'www/lib/angular-google-chart/package.json')
| -rw-r--r-- | www/lib/angular-google-chart/package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/lib/angular-google-chart/package.json b/www/lib/angular-google-chart/package.json new file mode 100644 index 00000000..9673374b --- /dev/null +++ b/www/lib/angular-google-chart/package.json @@ -0,0 +1,22 @@ +{ + "name": "angular-google-chart", + "version": "0.0.11", + "main": "./ng-google-chart.js", + "homepage": "http://bouil.github.io/angular-google-chart/", + "author": { + "name": "Nicolas Bouillon", + "email": "nicolas@bouil.org" + }, + "keywords": [ + "angular", + "angularjs", + "google", + "chart", + "graph" + ], + "license": "MIT", + "dependencies": { + "angular": "~1.2.9" + }, + "devDependencies": {} +} |
