forked from abpin/rest-api-sample-app-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 832 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
{
"author": "PayPal <[email protected]> (https://developer.paypal.com/)",
"name": "paypal-rest-sample",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/paypal/rest-api-sample-nodejs.git"
},
"bugs": {
"url": "https://github.com/paypal/rest-api-sample-nodejs/issues",
"email": "[email protected]"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"paypal-rest-sdk": "*",
"express": "3.x",
"dustjs-linkedin": "*",
"dustjs-helpers": "*",
"mongoskin": "*",
"consolidate": "*",
"connect-flash": "*",
"node-uuid": "*",
"crypto" : "*"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0"
},
"engines": {
"node": "0.8.x"
}
}