forked from MarketSquare/robotframework-seleniumtestability
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 802 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
{
"name": "robotframework-seleniumtestability",
"description": "js tooling",
"dependencies": {},
"private": true,
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"babel-loader": "^8.0.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"exports-loader": "^0.7.0",
"testability-browser-bindings": "^2.0.0",
"testability.js": "^0.3.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"build": "webpack --silent --config webpack.config.js"
},
"author": "Jani Mikkonen <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/rasjani/robotframework-seleniumtestability/issues"
},
"homepage": "https://github.com/rasjani/robotframework-seleniumtestability#readme"
}