forked from aaron0819/Automatic-Thing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 895 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
36
37
38
{
"name": "automatic-oauth-example-nodejs",
"version": "0.2.0",
"description": "Automatic OAuth Example App",
"author": {
"name": "Brendan Nee",
"email": "[email protected]",
"url": "http://www.automatic.com"
},
"repository": {
"type": "git",
"url": "http://github.com/automatic/automatic-oauth-example-nodejs.git"
},
"bugs": {
"url": "http://github.com/automatic/automatic-oauth-example-nodejs/issues"
},
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"ejs": "^1.0.0",
"express": "4.13.4",
"express-session": "^1.13.0",
"request-promise": "^4.1.1",
"simple-oauth2": "0.7.0",
"twilio": "^2.11.1"
},
"engines": {
"node": "6.2.0"
},
"scripts": {
"start": "node app"
},
"devDependencies": {
"simple-oauth2": "^0.7.0",
"twilio": "^2.11.1"
}
}