forked from jbillimoria/JavaScriptButtons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.53 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "paypaljsbuttons",
"description": "JavaScript integration for PayPal's buttons",
"version": "2.0.1",
"author": {
"name": "Jeff Harrell",
"url": "https://github.com/jeffharrell/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/paypal/JavaScriptButtons/raw/master/LICENSE.md"
}
],
"contributors": [
{
"name": "Mark Stuart",
"url": "https://github.com/mstuart/"
}
],
"keywords": [
"paypal",
"paypal button",
"button",
"credit card",
"payment",
"payments",
"buy now",
"subscriptions",
"ecommerce"
],
"homepage": "http://paypal.github.io/JavaScriptButtons",
"issues": "http://github.com/paypal/JavaScriptButtons/issues",
"repository": {
"type": "git",
"url": "https://github.com/paypal/JavaScriptButtons.git"
},
"scripts": {
"test": "grunt test",
"coverage": "istanbul cover _mocha -- test/**/*.js"
},
"dependencies": {
"ejs": "^0.8.4",
"browserlib": "^1.0.0"
},
"devDependencies": {
"browserify": "^2.35.0",
"chai": "^1.8.1",
"grunt": "^0.4.1",
"grunt-banner": "^0.2.0",
"grunt-browserify": "^1.2.11",
"grunt-cli": "^0.1.9",
"grunt-contrib-jshint": "^0.6.4",
"grunt-contrib-uglify": "^0.2.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^0.4.1",
"istanbul": "^0.2.0",
"jsdom": "^0.8.10",
"mocha": "~1.20.1",
"should": "^2.1.1",
"load-grunt-config": "~0.10.0",
"grunt-mocha-istanbul": "~1.4.2",
"grunt-eslint": "~0.5.0"
}
}