-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.07 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
{
"private": true,
"name": "aws-valkyrie-dev-solution",
"version": "0.5.0",
"description": "Simple, Express inspired, web framework for AWS Lambda & Api Gateway",
"author": "Giovanni Bruno",
"contributors": [
"Giovanni Bruno <giovanni.bruno@soluzionifutura.it>"
],
"scripts": {
"test": "gulp invoke-local",
"postinstall": "gulp install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giowe/aws-valkyrie.git"
},
"license": "ISC",
"devDependencies": {
"@soluzioni-futura/eslint-config-soluzioni-futura": "^1.0.1",
"aws-apigateway-proxy-local": "^1.1.0",
"aws-sdk": "^2.297.0",
"body-parser": "^1.18.3",
"eslint": "^5.4.0",
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-help-doc": "^1.1.1",
"gulp-install": "^1.1.0",
"inquirer": "^6.1.0",
"js-object-pretty-print": "^0.3.0",
"pug": "^2.0.3",
"request": "^2.88.0",
"simple-argv": "^1.0.0"
},
"bugs": {
"url": "https://github.com/giowe/aws-valkyrie/issues"
},
"homepage": "https://github.com/giowe/aws-valkyrie#readme"
}