-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from qahive/archive-initial-test-project-package
Archive initial test project package
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,21 @@ | |
"generators" | ||
], | ||
"keywords": [ | ||
"yeoman-generator" | ||
"yeoman-generator", | ||
"robotframework", | ||
"puppeteer", | ||
"robotframework-puppeteer" | ||
], | ||
"homepage": "https://github.com/qahive/generator-robotframework-puppeteer", | ||
"author": "Atthaboon Sanurt <[email protected]>", | ||
"contributors":[ | ||
"Atthaboon Sanurt <[email protected]>", | ||
"Penploy Sribumrungwong <[email protected]>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/qahive/generator-robotframework-puppeteer.git" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.0", | ||
"common-generator-prompts": "^2.0.0", | ||
|
@@ -16,5 +29,6 @@ | |
"validator": "^13.1.1", | ||
"yeoman-generator": "^4.11.0", | ||
"yosay": "^2.0.2" | ||
} | ||
}, | ||
"license": " Apache-2.0" | ||
} |