ember-cli-patch-stripejs
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ember-cli-patch-stripejs", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A simple addon to patch the Stripe object for JS", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -1,25 +0,20 @@ | ||
# Ember-cli-patch-stripejs | ||
This addon will add Stripe or patch it depending on your enviornment | ||
This README outlines the details of collaborating on this Ember addon. | ||
In development/test/server builds you will get the following | ||
## Installation | ||
<script type="text/javascript"> | ||
var Stripe = { | ||
setPublishableKey: function(){ | ||
console.log("Setting publishable key."); | ||
}, | ||
card: { | ||
createToken: function() { | ||
console.log("createToken was called."); | ||
} | ||
} | ||
}; | ||
</script> | ||
* `git clone` this repository | ||
* `npm install` | ||
* `bower install` | ||
In production you will get the real stripe client library | ||
## Running | ||
* `ember server` | ||
* Visit your app at http://localhost:4200. | ||
## Running Tests | ||
* `ember test` | ||
* `ember test --server` | ||
## Building | ||
* `ember build` | ||
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/). | ||
<script type="text/javascript" src="//static.twilio.com/libs/twiliojs/1.2/twilio.min.js"></script> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5448
21