-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 821 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "canvas-polyline",
"version": "1.2.5",
"description": "",
"main": "dist/canvas-polyline.umd.js",
"module": "dist/canvas-polyline.es.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "rollup -c",
"pretest": "npm run build",
"test": "mocha"
},
"keywords": [
"canvas",
"polyline",
"canvas straight lines"
],
"author": "",
"license": "ISC",
"dependencies": {
"adaptive-bezier-curve": "^1.0.3",
"adaptive-quadratic-curve": "^1.0.2",
"transformation-matrix": "^2.6.0"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"mocha": "^8.2.1",
"rollup": "^2.36.2",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^9.2.3"
}
}