forked from tjmehta/rest-api-sdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.26 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
{
"author": "PayPal <DL-PP-NODEJS-SDK@paypal.com> (https://developer.paypal.com/)",
"name": "paypal-rest-sdk",
"description": "SDK for PayPal REST APIs",
"version": "1.8.1",
"homepage": "https://github.com/paypal/PayPal-node-SDK",
"keywords": [
"paypal",
"rest",
"api",
"sdk"
],
"repository": {
"type": "git",
"url": "https://github.com/paypal/PayPal-node-SDK.git"
},
"bugs": {
"url": "https://github.com/paypal/PayPal-node-SDK/issues",
"email": "DL-PP-NODEJS-SDK@paypal.com"
},
"license": "SEE LICENSE IN https://github.com/paypal/PayPal-node-SDK/blob/master/LICENSE",
"engines": {
"node": ">= v0.6.0"
},
"main": "./index.js",
"dependencies": {
"buffer-crc32": "^0.2.3",
"semver": "^5.0.3"
},
"devDependencies": {
"blanket": "~1.1.5",
"chai": "~1.9.1",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-jsdoc": "^0.5.8",
"grunt-simple-mocha": "~0.4.0",
"ink-docstrap": "^0.5.2",
"jsdoc": "^3.3.0-beta1",
"mocha": "~1.18.2",
"mocha-lcov-reporter": "0.0.1",
"nock": "0.36.2"
},
"config": {
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
}
},
"scripts": {
"test": "grunt"
},
"readmeFilename": "README.md"
}