-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.06 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": "csnf",
"version": "1.2.6",
"description": "a parser and generator for CLIP STUDIO name files.",
"author": "funige <[email protected]>",
"dependencies": {
"bl": "^4.0.0",
"color-parse": "^1.3.8",
"commander": "^5.0.0",
"concat-stream": "^2.0.0",
"end-of-stream": "^1.4.1",
"fs-constants": "^1.0.0",
"inherits": "^2.0.3",
"jszip": "^3.3.0",
"readable-stream": "^3.6.0"
},
"devDependencies": {
"standard": "^16.0.4",
"tape": "^4.13.2"
},
"scripts": {
"test": "standard . && tape test/*.js"
},
"bugs": {
"url": "https://github.com/funige/csnf/issues"
},
"homepage": "https://github.com/funige/csnf",
"main": "csnf.js",
"files": [
"*.js",
"tar-stream/*.js",
"LICENSE"
],
"directories": {
"test": "test"
},
"license": "MIT",
"bin": {
"csnfdump": "./csnfdump.js",
"text2csnf": "./text2csnf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funige/csnf.git"
},
"keywords": [
"clipstudio",
"mangacanvas",
"namenote"
]
}