-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 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
{
"name": "ppath2d",
"version": "1.1.2",
"description": "Can get position and direction of svg path.",
"main": "./dist/index.js",
"scripts": {
"test": "nyc mocha --timeout 2000",
"build": "nyc mocha && cross-env webpack --progress --hide-modules",
"coverage": "nyc --reporter=lcov npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KHC-ZhiHao/Ppath2D.git"
},
"keywords": [
"svg",
"path",
"position"
],
"author": "khczhihao",
"license": "MIT",
"bugs": {
"url": "https://github.com/KHC-ZhiHao/Ppath2D/issues"
},
"types": "./types/index.d.ts",
"homepage": "https://github.com/KHC-ZhiHao/Ppath2D#readme",
"devDependencies": {
"coveralls": "^3.0.6",
"nyc": "^14.1.1",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"canvas": "^2.8.0",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.1.4",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
}
}