-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 831 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 831 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
{
"name": "glyphdiff",
"version": "1.0.0",
"description": "Compare fonts glyphwise.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chadluo/glyphdiff.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chadluo/glyphdiff/issues"
},
"homepage": "https://github.com/chadluo/glyphdiff#readme",
"devDependencies": {
"eslint": "^9.39.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"dependencies": {
"http-server": "^14.1.1"
}
}