-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 886 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
{
"name": "MongoNews",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madeloux/MongoNews.git"
},
"keywords": [],
"author": "Madeleine Filloux <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/madeloux/MongoNews/issues"
},
"homepage": "https://github.com/madeloux/MongoNews#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"moment": "^2.22.2",
"mongoose": "^5.1.5",
"request": "^2.87.0",
"spectre.css": "^0.5.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
}