-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
43 lines (43 loc) · 989 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
40
41
42
43
{
"name": "claudia-api-builder",
"version": "4.1.2",
"description": "Simplify AWS ApiGateway handling",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/claudiajs/claudia-api-builder.git"
},
"main": "index.js",
"keywords": [
"claudia",
"aws",
"lambda",
"apigateway",
"s3",
"api",
"microservices",
"serverless"
],
"bugs": {
"url": "https://github.com/claudiajs/claudia-api-builder/issues"
},
"homepage": "http://claudiajs.com",
"files": [
"src",
"*.md",
"*.js"
],
"scripts": {
"pretest": "eslint .",
"test": "node spec/support/jasmine-runner.js",
"debug": "node debug spec/support/jasmine-runner.js"
},
"author": "Gojko Adzic <[email protected]> http://gojko.net",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-crockford": "^0.2.0",
"eslint-config-defaults": "^9.0.0",
"jasmine": "^2.5.2",
"jasmine-spec-reporter": "^2.7.0"
}
}