forked from stripe-archive/jquery.payment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 643 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "jquery.payment",
"version": "1.1.4",
"description": "A general purpose library for building credit card forms, validating inputs and formatting numbers.",
"keywords": [
"payment",
"cc",
"card"
],
"author": "Stripe (https://www.stripe.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stripe/jquery.payment.git"
},
"main": "lib/jquery.payment.js",
"scripts": {
"test": "cake test"
},
"dependencies": {
"jquery": ">=1.5"
},
"devDependencies": {
"cake": "~0.1",
"coffee-script": "~1.7",
"jsdom": "~0.10",
"mocha": "~1.18"
}
}