diff --git a/package.json b/package.json new file mode 100644 index 0000000..6412fa1 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "stripe-angular", + "main": "stripe-angular.js", + "version": "1.0.2", + "homepage": "https://github.com/gtramontina/stripe-angular", + "description": "Angular directives to deal with Stripe.", + "keywords": [ + "angular", + "ng", + "stripe" + ], + "ignore": [ "README.md" ], + "authors": [ + "Guilherme J. Tramontina " + ], + "license": "unlicense" +} \ No newline at end of file