-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 956 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
{
"name": "serverless-training-examples",
"version": "0.0.0",
"description": "Examples for use on https://serverless-training.com",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jthomerson/serverless-training-examples.git"
},
"keywords": [
"serverless",
"examples"
],
"author": "Jeremy Thomerson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jthomerson/serverless-training-examples/issues"
},
"homepage": "https://serverless-training.com",
"dependencies": {},
"devDependencies": {
"@silvermine/eslint-config": "2.0.0-preview.2",
"coveralls": "3.0.2",
"eslint": "5.10.0",
"expect.js": "0.3.1",
"grunt": "1.0.3",
"grunt-eslint": "21.0.0",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"mocha-lcov-reporter": "1.3.0",
"serverless": "1.34.1"
}
}