-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 785 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 785 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
{
"name": "pursuit-core-web-html-introduction-lab",
"version": "1.0.0",
"description": "[](https://pursuit.org)",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joinpursuit/Pursuit-Core-Web-HTML-Introduction-Lab.git"
},
"author": "Corey Ladovsky",
"license": "ISC",
"bugs": {
"url": "https://github.com/joinpursuit/Pursuit-Core-Web-HTML-Introduction-Lab/issues"
},
"homepage": "https://github.com/joinpursuit/Pursuit-Core-Web-HTML-Introduction-Lab#readme",
"dependencies": {},
"devDependencies": {
"@testing-library/cypress": "^7.0.1",
"cypress": "^6.1.0"
}
}