-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "borschik",
"description": "Extendable builder for text-based file formats",
"version": "3.0.0",
"homepage": "http://github.com/borschik/borschik",
"author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",
"repository": {
"type": "git",
"url": "git://github.com/borschik/borschik.git"
},
"directories": {
"lib": "./lib",
"test": "./test",
"bin": "./bin",
"doc": "./docs"
},
"bin": {
"borschik": "./bin/borschik"
},
"dependencies": {
"borschik-hash": "1.1.1",
"coa": "1.0.3",
"csso": "^3.1.1",
"minimatch": "3.0.4",
"source-map": "0.6.1",
"source-map-resolve": "0.5.2",
"uglify-es": "^3.0.22"
},
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^7.20.0",
"mocha": "^3.4.2",
"nyc": "^11.0.2",
"vow": "0.4.16"
},
"scripts": {
"test": "nyc mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"engines": {
"node": "12.18.1",
"npm": "6.14.5"
},
"license": "MIT"
}