-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "loopback-component-paypal",
"version": "1.0.1",
"description": "Loopback PayPal Component",
"homepage": "https://github.com/mrbatista/loopback-component-paypal",
"author": "Matteo Padovano <[email protected]> (https://github.com/mrbatista)",
"files": [
"dist"
],
"main": "dist/paypal-connector.js",
"keywords": [
"loopback",
"paypal"
],
"dependencies": {
"paypal-rest-sdk": "^1.6.8"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^4.1.8",
"babel-preset-env": "^1.6.0",
"chai": "^3.5.0",
"coveralls": "^2.11.1",
"del": "^2.0.2",
"dirty-chai": "^1.2.2",
"eslint": "^4.7.2",
"eslint-config-loopback": "^8.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^7.0.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^4.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-load-plugins": "^1.4.0",
"gulp-mocha": "^3.0.0",
"gulp-nsp": "^2.4.2",
"isparta": "^4.0.0",
"loopback-datasource-juggler": "^3.12.0",
"rc": "^1.2.1",
"should": "^11.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrbatista/loopback-component-paypal.git"
},
"scripts": {
"prepublishOnly": "gulp prepublish",
"test": "gulp"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mrbatista/loopback-component-paypal/issues"
}
}