-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (39 loc) · 830 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
39
40
41
{
"name": "sorte.ar",
"version": "0.0.1",
"description": "This example app is so cool.",
"main": "app.s",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.2.0",
"ejs-locals": "1.0.2",
"express-ejs-layouts" : "1.1.0",
"static-favicon": "~1.0.0",
"morgan": "~1.0.0",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"debug": "~0.7.4",
"ejs": "~0.8.5",
"instagram-node": "0.4.2",
"nconf": "0.6.9"
},
"repository": {
"type": "git",
"url": "https://github.com/thiagonego/sorte.ar.git"
},
"keywords": [
"instagram",
"sortear",
"give way",
"loterie",
"nodejs"
],
"author": "thiagonego",
"license": "MIT",
"bugs": {
"url": "https://github.com/thiagonego/sorte.ar/issues"
}
}