-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 870 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
{
"name": "@pujolchr/fcc-tiny",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"debug": "~2.6.3",
"express": "~4.15.2",
"mongodb": "^2.2.31",
"morgan": "~1.8.1",
"pug": "~2.0.0-beta11",
"serve-favicon": "~2.4.2",
"shortid": "^2.2.8",
"valid-url": "^1.0.9"
},
"devDependencies": {
"eslint": "^4.7.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"nodemon": "^1.12.1"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pujolchr/fCC-tiny.git"
},
"author": "Christian Pujol <pujolchr@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pujolchr/fCC-tiny/issues"
},
"homepage": "https://github.com/pujolchr/fCC-tiny#readme",
"description": ""
}