-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.2 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
53
54
55
{
"name": "generator-pong",
"version": "0.5.5",
"description": "Pong for RESTful APIs (microservices pattern) using serverless ping-pong.",
"license": "MIT",
"author": {
"name": "Frangeris Peguero",
"email": "[email protected]"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman-generator",
"ping",
"pong",
"api"
],
"devDependencies": {
"asyncawait": "^1.0.6",
"babel-jest": "^20.0.3",
"eslint": "^3.19.0",
"jest": "^19.0.2",
"jest-cli": "^20.0.4",
"nsp": "^2.8.1",
"options-resolver": "^1.0.1",
"standard": "^10.0.3",
"yeoman-assert": "3.0.0",
"yeoman-generator": "2.0.1",
"yeoman-test": "1.6.0"
},
"dependencies": {
"aws-sdk": "^2.268.1",
"aws4": "^1.7.0",
"axios": "^0.18.0",
"chalk": "^2.3.0",
"glob": "^7.1.2",
"js-yaml": "^3.8.4",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"yeoman-generator": "2.0.1",
"yosay": "^2.0.0"
},
"scripts": {
"pretest": "./node_modules/.bin/standard --fix",
"test": "./node_modules/.bin/jest"
},
"standard": {
"env": [
"jest"
]
},
"repository": "https://github.com/frangeris/pong"
}