-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 888 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
{
"name": "twelec",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.16.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"express": "~4.14.1",
"jsonfile": "^2.4.0",
"morgan": "~1.7.0",
"pug": "~2.0.0-beta10",
"serve-favicon": "~2.3.2"
},
"description": "Outil permettant de connaître qui est le politique le plus populaire sur twitter",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/maximedasilva/SocialNetwork_Reputation.git"
},
"keywords": [
"twitter"
],
"author": "maxime Da Silva",
"license": "ISC",
"bugs": {
"url": "https://github.com/maximedasilva/SocialNetwork_Reputation/issues"
},
"homepage": "https://github.com/maximedasilva/SocialNetwork_Reputation#readme"
}