-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 805 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 805 Bytes
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
{
"name": "hqinterview_round1",
"version": "0.0.1",
"description": "round 1 interview test",
"main": "./app/app.js",
"dependencies": {
"braintree": "~1.23.0",
"hapi": "^8.4.0",
"mongodb": "^2.0.25",
"paypal-rest-sdk": "~1.5.2"
},
"devDependencies": {
"mocha": "~2.2.1"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/meinte/hqinterview_round1.git"
},
"keywords": [
"test",
"interview",
"payment"
],
"author": "Meinte vant Kruis",
"license": "ISC",
"bugs": {
"url": "https://github.com/meinte/hqinterview_round1/issues"
},
"homepage": "https://github.com/meinte/hqinterview_round1"
}