-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 937 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
{
"name": "pizza-wizard",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-runtime": "^6.23.0",
"lodash": "^4.17.4",
"qs": "^6.4.0"
},
"devDependencies": {
"aws-sdk": "^2.54.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"glob": "^7.1.1",
"serverless-webpack": "^1.0.0-rc.4",
"webpack": "^2.5.1",
"webpack-node-externals": "^1.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnnyopao/pizza-wizard.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnnyopao/pizza-wizard/issues"
},
"homepage": "https://github.com/johnnyopao/pizza-wizard#readme"
}