-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 KB
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
45
46
47
48
49
{
"name": "panelando-api",
"version": "0.0.1",
"description": "Panelando web api",
"main": "index.js",
"scripts": {
"start": "nodemon bin/www",
"lint": "eslint app/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/panelando/panelando-api.git"
},
"keywords": [
"panelando",
"cooking",
"web",
"api"
],
"author": "Guilherme Rv Coelho <@grvcoelho>",
"license": "MIT",
"bugs": {
"url": "https://github.com/panelando/panelando-api/issues"
},
"homepage": "https://github.com/panelando/panelando-api#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cors": "^2.8.0",
"express": "^4.14.0",
"log4js": "^0.6.38",
"morgan": "^1.7.0",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"ramda": "^0.22.1",
"sequelize": "^3.24.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.10.4",
"babel-plugin-module-resolver": "^2.2.0",
"babel-preset-es2015": "^6.9.0",
"eslint": "^3.0.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"nodemon": "^1.10.0"
}
}