-
Notifications
You must be signed in to change notification settings - Fork 325
/
package.json
51 lines (51 loc) · 1.42 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "lazy-line-painter",
"version": "2.0.3",
"description": "A Modern JS library for SVG path animation",
"main": "lib/lazy-line-painter-2.0.3.js",
"directories": {},
"scripts": {
"build": "webpack --env dev && webpack --env build",
"dev": "webpack --progress --watch --env dev",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "webpack --env build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/merri-ment/lazy-line-painter.git"
},
"keywords": [
"svg",
"animation",
"line",
"path",
"javascript",
"js",
"css"
],
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.23.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"eslint": "^5.0.1",
"eslint-loader": "^2.0.0",
"jsdom": "11.11.0",
"jsdom-global": "3.0.2",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"yargs": "^10.0.3"
},
"author": "Merriment <[email protected]> (https://lazylinepainter.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/merri-ment/lazy-line-painter/issues"
},
"homepage": "https://lazylinepainter.com"
}