-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 876 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
{
"name": "boxy-font",
"version": "1.0.1",
"description": "Fancy square font",
"keywords": [
"boxy",
"font",
"box",
"square",
"console",
"box drawing"
],
"homepage": "https://github.com/azrael/boxy-font",
"license": "MIT",
"author": "Dmitry Mulyavka",
"files": [
"main.js",
"utils.js"
],
"main": "main.js",
"repository": "https://github.com/azrael/boxy-font.git",
"scripts": {
"build": "rollup src/main.js -c && rollup src/utils.js -c",
"test": "jest ./test.js"
},
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/preset-env": "7.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.6.0",
"jest": "23.6.0",
"rollup": "0.66.6",
"rollup-plugin-babel-minify": "6.1.1"
}
}