-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.05 KB
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
39
40
41
42
43
44
45
46
{
"name": "@joyfulljs/scalable",
"version": "1.0.2",
"description": "make element scalable by nouse wheel",
"main": "dist/index.c.js",
"module": "dist/index.js",
"scripts": {
"build": "tsc && rollup -c",
"test": "jest",
"start": "http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joyfulljs/scalable.git"
},
"keywords": [
"mouse",
"wheel",
"scalable"
],
"author": "elvin zhu",
"license": "MIT",
"bugs": {
"url": "https://github.com/joyfulljs/scalable/issues"
},
"files": [
"dist/*.js",
"index.d.ts"
],
"homepage": "https://github.com/joyfulljs/scalable#readme",
"sideEffects": false,
"typings": "./index.d.ts",
"devDependencies": {
"@joyfulljs/jest-utils": "^1.0.1",
"@rollup/plugin-node-resolve": "^7.1.1",
"jest": "^25.1.0",
"jquery": "^3.4.1",
"rollup": "^1.31.1",
"rollup-plugin-banner": "^0.2.1",
"rollup-plugin-terser": "^5.2.0",
"typescript": "^3.7.5"
},
"dependencies": {
"@joyfulljs/vendor-property": "^1.0.1"
}
}