-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "newday",
"version": "1.0.0",
"description": "Meet New Day: An Alexa skill which allows users to input their typical morning into our app.",
"main": "index.js",
"scripts": {
"build": "babel src -d lib",
"watch": "babel src -d lib -w",
"deploy": "serverless deploy",
"start": "nodemon ./lib/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crystal/a-new-day.git"
},
"bugs": {
"url": "https://github.com/crystal/a-new-day/issues"
},
"homepage": "https://github.com/crystal/a-new-day#readme",
"dependencies": {
"aws-sdk": "^2.59.0",
"bluebird": "^3.5.0",
"lodash": "^4.17.4",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.17.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"express": "^4.15.3",
"nodemon": "^1.11.0"
}
}