-
Notifications
You must be signed in to change notification settings - Fork 138
/
package.json
38 lines (38 loc) · 910 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
32
33
34
35
36
37
38
{
"name": "jquery-popup-overlay",
"version": "2.1.5",
"description": "Lightweight modal popup overlay for jquery",
"main": "index.js",
"scripts": {
"start": "http-server -c-1",
"start:ci": "http-server -c-1 --silent",
"dev": "npm start -- -o",
"test": "start-server-and-test start http://localhost:8080 test:cypress",
"test:cypress": "cypress run",
"test:watch": "npm start & cypress open",
"lint": "eslint . *.js"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/vast-engineering/jquery-popup-overlay.git"
},
"keywords": [
"jquery",
"popup",
"overlay",
"modal"
],
"author": "Vast",
"license": "MIT",
"devDependencies": {
"cypress": "^4.1.0",
"eslint": "^6.8.0",
"http-server": "^0.12.1",
"pre-commit": "^1.2.2",
"start-server-and-test": "^1.10.8"
}
}