-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 887 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
{
"name": "aula-javascript-assincrono",
"description": "",
"version": "0.0.0",
"keywords": [],
"author": "Jhonas Nascimento <[email protected]>",
"repository": "https://github.com/jhonasn/FlashBuyMobile/tree/master/apoio/aula-javascript-assincrono",
"contributors": [
{
"name": "Jhonas Nascimento",
"email": "[email protected]"
}
],
"private": false,
"scripts": {
"start": "node ./bin/www",
"debug-log": "set DEBUG=express:* & node ./bin/www",
"debug": "set DEBUG=express:* & node-debug ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-handlebars": "^3.0.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
},
"license": "MIT",
"bugs": "[email protected]"
}