-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 878 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 878 Bytes
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
{
"name": "sce-plugins",
"version": "0.0.105",
"description": "Plugins for the Suman Chrome Extension",
"main": "index.js",
"scripts": {
"test": "suman"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/sumanjs/sce-plugins.git"
},
"keywords": [
"suman",
"sumanjs",
"testing",
"selenium",
"chrome",
"extension",
"google-chrome"
],
"author": [
"Olegzandr VD",
"Tim Mensch"
],
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/sumanjs/sce-plugins/issues"
},
"homepage": "https://gitlab.com/sumanjs/sce-plugins#README",
"devDependencies": {
"@types/core-js": "^0.9.46",
"@types/handlebars": "^4.0.36",
"@types/node": "^9.4.6",
"sce-plugin-typings": "latest"
},
"dependencies": {
"@sce/code-generation": "^0.0.1001",
"handlebars": "^4.0.11"
}
}