-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 816 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 816 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
33
34
35
36
37
38
39
40
41
42
{
"name": "class-sheet",
"version": "0.0.5",
"description": "Generates image from class sheet data",
"main": "index.js",
"scripts": {
"test": "xo"
},
"devDependencies": {
"xo": "^0.9.0"
},
"xo": {
"space": 4,
"rules": {
"no-multi-spaces": [
1,
{
"exceptions": {
"VariableDeclarator": true
}
}
],
"key-spacing": [
2,
{"align": "value"}
]
}
},
"repository": {
"type": "git",
"url": "github.com/quietshu/class-sheet"
},
"author": "Shu Ding <ds303077135@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quietshu/class-sheet/issues"
},
"homepage": "https://github.com/quietshu/class-sheet",
"dependencies": {
"canvas": "^1.2.9"
}
}