Skip to content
This repository has been archived by the owner on Jan 10, 2018. It is now read-only.

Commit

Permalink
Update package.json and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesreggio committed May 22, 2014
1 parent 1ff3814 commit ea3f9a8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 46 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 Stripe ([email protected])
Copyright (c) 2014 Stripe

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
35 changes: 15 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
{
"name": "jquery.payment",
"version": "1.0.2",
"description": "jQuery Payment",
"main": "lib/jquery.payment.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "cake test"
},
"repository": {
"type": "git",
"url": "git://github.com/stripe/jquery.payment.git"
},
"description": "A general purpose library for building credit card forms, validating inputs and formatting numbers.",
"license": "MIT",
"keywords": [
"payment",
"cc",
"card"
],
"author": "Alex MacCaw",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stripe/jquery.payment.git"
},
"scripts": {
"test": "cake test"
},
"main": "lib/jquery.payment.js",
"dependencies": {
"jquery": "latest"
"jquery": ">=1.5"
},
"devDependencies": {
"jsdom": "*",
"cake": "*",
"coffee-script": "*",
"mocha": "*"
"cake": "~0.1",
"coffee-script": "~1.7",
"jsdom": "~0.10",
"mocha": "~1.18"
}
}
25 changes: 0 additions & 25 deletions payment.jquery.json

This file was deleted.

0 comments on commit ea3f9a8

Please sign in to comment.