-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.18 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.18 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
47
48
49
50
51
52
53
54
55
{
"family": "jmgraph",
"name": "jmgraph",
"version": "3.2.17",
"description": "一个简单的canvas画图库",
"homepage": "https://surl.fit/tools/tools/jmgraph",
"keywords": [
"canvas",
"html5",
"webgl"
],
"author": "jiamao<haofefe@163.com>",
"engines": {},
"devDependencies": {
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"canvas": "^2.11.2",
"cz-conventional-changelog": "^2.1.0",
"express": "^4.22.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fefeding/jmgraph.git"
},
"main": "./index.js",
"spm": {
"alias": {},
"output": [
"main.js"
]
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/fefeding/jmgraph/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/fefeding/jmgraph/issues"
},
"directories": {
"example": "example"
},
"scripts": {
"build": "cd build & npm i & gulp & cd ..",
"push": "npm publish --registry=https://registry.npmjs.org",
"dev": "node dev"
},
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}