forked from paypal/paypal-retail-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1016 Bytes
/
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
{
"name": "paypal-retail-node",
"version": "1.0.0",
"description": "A module (and/or express service) to manage your client id and secret to issue access tokens to your applications that integrate the PayPal Retail SDK",
"main": "index.js",
"scripts": {
"test": "grunt",
"start": "node server.js"
},
"engines": {
"node": "0.12.x"
},
"repository": {
"type": "git",
"url": "https://github.com/djMax/paypal-retail-node.git"
},
"keywords": [
"paypal",
"retail",
"node",
"paypal_here"
],
"author": "Max Metral",
"bugs": {
"url": "https://github.com/djMax/paypal-retail-node/issues"
},
"homepage": "https://github.com/djMax/paypal-retail-node",
"dependencies": {
"express": "^4.12.3",
"wreck": "^5.4.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.2",
"grunt-simple-mocha": "^0.4.0",
"istanbul": "^0.3.13",
"mocha": "^2.2.4"
}
}