-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 883 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
39
40
{
"name": "beziyay",
"version": "1.0.3",
"description": "Utilities for creating smoothly connected quadratic bezier curves ",
"main": "dist/index.js",
"files": [
"dist/index.js"
],
"scripts": {
"build": "webpack --mode production",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thelucre/beziyay.git"
},
"keywords": [
"svg",
"bezier",
"canvas",
"drawing",
"graphics",
"curves"
],
"author": "Eric Howard",
"license": "MIT",
"bugs": {
"url": "https://github.com/thelucre/beziyay/issues"
},
"homepage": "https://github.com/thelucre/beziyay#readme",
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
}
}