forked from borschik/borschik
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 940 Bytes
/
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
{
"name": "borschik-webp-internal",
"description": "Extendable builder for text-based file formats",
"version": "1.6.5",
"homepage": "http://github.com/borschik/borschik",
"author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",
"repository": {
"type": "git",
"url": "git://github.com/hamosapience/borschik-webp.git"
},
"directories": {
"lib": "./lib"
},
"bin": {
"borschik-webp": "./bin/borschik"
},
"dependencies": {
"coa": "1.0.1",
"csso": "^2.0.0",
"inherit": "2.2.6",
"minimatch": "3.0.3",
"terser": "^4.6.13",
"vow": "0.4.12",
"vow-fs": "0.3.6"
},
"devDependencies": {
"coveralls": "^2.11.14",
"mocha": "^3.1.2",
"nyc": "^8.3.2"
},
"optionalDependencies": {},
"scripts": {
"test": "nyc mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"engines": {
"node": ">= 0.12.0"
},
"license": "MIT"
}