-
Notifications
You must be signed in to change notification settings - Fork 446
/
package.json
41 lines (41 loc) · 1017 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
{
"author": "PayPal <[email protected]> (https://developer.paypal.com/)",
"name": "paypal-rest-sdk",
"description": "SDK for PayPal REST APIs",
"version": "0.5.0",
"homepage": "https://github.com/paypal/rest-api-sdk-nodejs",
"keywords": [
"paypal",
"rest",
"api",
"sdk"],
"repository": {
"type": "git",
"url": "https://github.com/paypal/rest-api-sdk-nodejs.git"
},
"bugs": {
"url": "https://github.com/paypal/rest-api-sdk-nodejs/issues",
"email": "[email protected]"
},
"licenses": [{
"url": "https://github.com/paypal/rest-api-sdk-nodejs/blob/master/LICENSE.txt"
}],
"engines": {
"node": ">= v0.6.0"
},
"main": "./index.js",
"dependencies": {
"node-uuid": "*"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-simple-mocha": "~0.3.2"
},
"scripts": {
"test": "mocha -t 60000"
},
"readmeFilename": "README.md"
}