forked from Yash-Singh1/zoom.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 977 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
{
"name": "@saiansh2525/zoom.js",
"version": "1.1.1",
"description": "A cross-browser Javascript Library to zoom in and out",
"keywords": [
"zoom",
"javascript",
"html",
"jsdoc",
"css",
"python"
],
"homepage": "https://github.com/Yash-Singh1/zoom.js#readme",
"bugs": {
"url": "https://github.com/Yash-Singh1/zoom.js/issues"
},
"browser": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Yash-Singh1/zoom.js"
},
"scripts": {
"test": "npm install && node test/test.js",
"docs": "npm install && node test/docs-preview.js",
"headless": "npm install && node test/headless.js",
"build:docs": "/usr/bin/python3 tasks/generateJsdoc.py && prettier --write ./",
"release": "node tasks/release.js",
"code-style": "prettier --write ."
},
"author": "Yash Singh",
"license": "MIT",
"devDependencies": {
"express": "^4.17.1",
"selenium-webdriver": "^4.0.0-alpha.7"
}
}