Skip to content

Commit 866ce4b

Browse files
authored
Merge pull request #3 from qahive/archive-initial-test-project-package
Archive initial test project package
2 parents ad0dd07 + e3890d5 commit 866ce4b

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,21 @@
66
"generators"
77
],
88
"keywords": [
9-
"yeoman-generator"
9+
"yeoman-generator",
10+
"robotframework",
11+
"puppeteer",
12+
"robotframework-puppeteer"
1013
],
14+
"homepage": "https://github.com/qahive/generator-robotframework-puppeteer",
15+
"author": "Atthaboon Sanurt <[email protected]>",
16+
"contributors":[
17+
"Atthaboon Sanurt <[email protected]>",
18+
"Penploy Sribumrungwong <[email protected]>"
19+
],
20+
"repository": {
21+
"type": "git",
22+
"url": "git://github.com/qahive/generator-robotframework-puppeteer.git"
23+
},
1124
"dependencies": {
1225
"chalk": "^4.1.0",
1326
"common-generator-prompts": "^2.0.0",
@@ -16,5 +29,6 @@
1629
"validator": "^13.1.1",
1730
"yeoman-generator": "^4.11.0",
1831
"yosay": "^2.0.2"
19-
}
32+
},
33+
"license": " Apache-2.0"
2034
}

0 commit comments

Comments
 (0)