-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 911 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
{
"name": "generator-robotframework",
"version": "0.1.5",
"description": "Yeoman generator to create a robotframework test project",
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"robotframework",
"puppeteer",
"robotframework-puppeteer"
],
"homepage": "https://github.com/qahive/generator-robotframework",
"author": "Atthaboon Sanurt <atthaboon.s@gmail.com>",
"contributors": [
"Atthaboon Sanurt <atthaboon.s@gmail.com>",
"Penploy Sribumrungwong <penploy.s@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/qahive/generator-robotframework.git"
},
"dependencies": {
"chalk": "^4.1.0",
"common-generator-prompts": "^2.0.0",
"mustache": "^4.0.1",
"scaffold-generator": "^3.0.4",
"validator": "^13.1.1",
"yeoman-generator": "^4.11.0",
"yosay": "^2.0.2"
},
"license": " Apache-2.0"
}