-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 KB
/
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
42
43
44
{
"name": "todo",
"description": "MEAN Stack ToDo-app",
"version": "1.0.0",
"main": "app/server.js",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"jsonwebtoken": "^7.1.9",
"mongodb": "^2.2.10",
"mongoose": "^4.6.3",
"mongoose-beautiful-unique-validation": "^5.1.1",
"morgan": "^1.7.0",
"nodemon": "^1.11.0",
"pug": "^2.0.0-beta6"
},
"devDependencies": {
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"pug-lint": "^2.3.0",
"pug-lint-config-dvpnt": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pepetopo/todo.git"
},
"keywords": [
"todo",
"mean"
],
"author": "Elias Ylänen",
"license": "ISC",
"bugs": {
"url": "https://github.com/pepetopo/todo/issues"
},
"homepage": "https://github.com/pepetopo/todo#readme"
}