-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dce2086
commit 3b19ec6
Showing
1 changed file
with
43 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,48 @@ | ||
{ | ||
"devDependencies": { | ||
"testbox": "^2.6.0+156" | ||
"name":"Stripe CFML", | ||
"version":"1.0.0", | ||
"author":"John Berquist", | ||
"location":"jcberquist/stripe-cfml#v1.0.0", | ||
"homepage":"https://github.com/jcberquist/stripe-cfml", | ||
"documentation":"", | ||
"repository":{ | ||
"type":"", | ||
"URL":"" | ||
}, | ||
"installPaths": { | ||
"testbox": "testbox" | ||
"bugs":"", | ||
"slug":"stripecfml", | ||
"shortDescription":"Stripe CFML is a CFML (Lucee and ColdFusion) library for interacting with the Stripe API.", | ||
"description":"", | ||
"instructions":"", | ||
"changelog":"", | ||
"type":"modules", | ||
"keywords":[ | ||
"stripe", | ||
"api" | ||
], | ||
"private":false, | ||
"projectURL":"", | ||
"license":[ | ||
{ | ||
"type":"MIT", | ||
"URL":"" | ||
} | ||
], | ||
"contributors":[], | ||
"dependencies":{}, | ||
"devDependencies":{ | ||
"testbox":"^2.6.0+156" | ||
}, | ||
"testbox": { | ||
"runner": "http://127.0.0.1:45000/tests/runner.cfm", | ||
"tests_root": "" | ||
"installPaths":{ | ||
"testbox":"testbox" | ||
}, | ||
"scripts":{}, | ||
"ignore":[ | ||
"**/.*", | ||
"tests" | ||
], | ||
"testbox":{ | ||
"runner":"http://127.0.0.1:45000/tests/runner.cfm", | ||
"tests_root":"" | ||
} | ||
} |