-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 845 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
{
"name": "braintree-vault-node",
"version": "0.1.0",
"description": "Store credit cards in Braintree vault and process transactions later",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:avidas/braintree-vault-nodejs.git"
},
"keywords": [
"braintree",
"vault"
],
"author": "Avi Das",
"license": "MIT",
"bugs": {
"url": "https://github.com/avidas/braintree-vault-nodejs/issues"
},
"homepage": "https://github.com/avidas/braintree-vault-nodejs",
"dependencies": {
"braintree": "^1.23.0",
"express": "~4.10.6",
"body-parser": "~1.10.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0",
"debug": "~2.1.1",
"jade": "~1.8.2"
}
}