-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "vandium-serverless",
"version": "1.1.0",
"description": "Serverless plugin",
"author": "Vandium Software Inc.",
"engines": {
"node": ">=4.3.2"
},
"keywords": [
"serverless framework plugin",
"serverless applications",
"serverless plugins",
"serverless",
"api gateway",
"api",
"lambda",
"aws",
"aws lambda",
"amazon",
"amazon web services",
"serverless.com",
"vandium",
"vandium-node",
"security",
"deployment",
"validation",
"jwt",
"sqli",
"sql injection attack"
],
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --recursive",
"coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec --recursive"
},
"repository": {
"type": "git",
"url": "http://github.com/vandium-io/vandium-serverless"
},
"dependencies": {
"bluebird": "^3.0.6"
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"proxyquire": "^1.7.9",
"sinon": "^1.17.4",
"vandium": "^2.4.0"
},
"license": "BSD-3-Clause"
}