-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
31 lines (31 loc) · 819 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
{
"name": "cypress-recorder",
"version": "0.0.1",
"description": "Cypress scenario recorder",
"main": "init.js",
"scripts": {
"bump": "bump *.json",
"prettier": "prettier --single-quote --trailing-comma es5 --write '*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iGitScor/cypress-recorder.git"
},
"keywords": [
"cypress",
"chrome",
"E2E"
],
"author": "iGitScor <sebastien.correaud@gmail.com> (http://iscor.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iGitScor/cypress-recorder/issues"
},
"homepage": "https://github.com/iGitScor/cypress-recorder#readme",
"devDependencies": {
"bump-cli": "^1.1.3",
"prettier": "^1.8.2"
},
"dependencies": {}
}