-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 967 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
37
38
39
{
"name": "lambda-comunidad",
"version": "1.0.0",
"description": "express api ivdevs.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib --copy-files",
"start": "npm run build && node index.js"
},
"keywords": [
"ivdevs",
"programadores",
"iv-region",
"api"
],
"author": "César Encina",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-es2016-node4": "^6.0.1",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"jscs": "^3.0.7",
"jshint": "^2.9.4"
},
"dependencies": {
"aws-serverless-express": "^2.2.0",
"body-parser": "^1.17.1",
"cors": "^2.8.1",
"express": "^4.15.2",
"gravatar": "^1.6.0",
"mongoose": "^4.9.1",
"request": "^2.81.0"
}
}